[#1] Adjusted the library to use the new server.
Removed the scribe and weave requirements. Scribe was only being used in the build, so it was switched to print statements. Weave was being used for error, but it was switched over to the Rust core and std error versions.
This commit is contained in:
		
							
								
								
									
										15
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								Cargo.toml
									
									
									
									
									
								
							@ -8,26 +8,17 @@ repository = "https://gitlab.com/CyberMages/Core/pact.git"
 | 
			
		||||
documentation = ""
 | 
			
		||||
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
 | 
			
		||||
build = "build.rs"
 | 
			
		||||
edition = "2018"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
default = []
 | 
			
		||||
use_std = ["scribe/use_std", "binding/use_std", "weave/use_std"]
 | 
			
		||||
use_std = ["binding/use_std"]
 | 
			
		||||
rust_lib = []
 | 
			
		||||
no_mem_manip = []
 | 
			
		||||
weak = []
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[build-dependencies.scribe]
 | 
			
		||||
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
[dependencies.scribe]
 | 
			
		||||
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
 | 
			
		||||
 | 
			
		||||
[dependencies.binding]
 | 
			
		||||
git = "ssh://git@gitlab.com/CyberMages/Core/binding.git"
 | 
			
		||||
 | 
			
		||||
[dependencies.weave]
 | 
			
		||||
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
 | 
			
		||||
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user