High-performance implementation of plcbundle written in Rust
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

update cargo config

+8 -8
+5 -5
Cargo.lock
··· 115 115 116 116 [[package]] 117 117 name = "axum" 118 - version = "0.8.6" 118 + version = "0.8.7" 119 119 source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" 120 + checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 121 121 dependencies = [ 122 122 "axum-core", 123 123 "base64", ··· 538 538 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 539 539 dependencies = [ 540 540 "libc", 541 - "windows-sys 0.52.0", 541 + "windows-sys 0.61.2", 542 542 ] 543 543 544 544 [[package]] ··· 1631 1631 "errno", 1632 1632 "libc", 1633 1633 "linux-raw-sys", 1634 - "windows-sys 0.52.0", 1634 + "windows-sys 0.61.2", 1635 1635 ] 1636 1636 1637 1637 [[package]] ··· 2004 2004 "getrandom 0.3.4", 2005 2005 "once_cell", 2006 2006 "rustix", 2007 - "windows-sys 0.52.0", 2007 + "windows-sys 0.61.2", 2008 2008 ] 2009 2009 2010 2010 [[package]]
+3 -3
Cargo.toml
··· 2 2 name = "plcbundle" 3 3 version = "0.9.0-alpha.0" 4 4 edition = "2024" 5 - authors = ["Your Name <you@example.com>"] 6 - description = "High-performance PLC bundle query library" 5 + authors = ["Tree <tree@tree.fail>"] 6 + description = "DID PLC Bundle Management Tool" 7 7 license = "MIT OR Apache-2.0" 8 - repository = "https://github.com/yourusername/plcbundle-rs" 8 + repository = "https://tangled.org/atscan.net/plcbundle-rs" 9 9 10 10 [[bin]] 11 11 name = "plcbundle-rs"