Initial library commit.
This commit is contained in:
		
							
								
								
									
										16
									
								
								Cargo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Cargo.toml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "c_rs"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
 | 
			
		||||
description = "Rust bindings for standard C functions."
 | 
			
		||||
license = ""
 | 
			
		||||
repository = "https://gitlab.com/CyberMages/c_rs.git"
 | 
			
		||||
documentation = ""
 | 
			
		||||
keywords = ["c", "libc", "binding", "ffi"]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[dependencies.scribe]
 | 
			
		||||
git = "https://gitlab.com/CyberMages/scribe.git"
 | 
			
		||||
 | 
			
		||||
[dependencies.binding]
 | 
			
		||||
git = "https://gitlab.com/CyberMages/binding.git"
 | 
			
		||||
		Reference in New Issue
	
	Block a user