[#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:
2025-03-03 02:07:54 -05:00
parent 16878ec911
commit 19c15f8aff
3 changed files with 32 additions and 40 deletions

View File

@ -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"