diff options
| author | diogo464 <[email protected]> | 2026-02-17 11:41:02 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2026-02-17 11:41:02 +0000 |
| commit | ed0f17dea764fea93ea7c2b897fa4a9e31c9476e (patch) | |
| tree | dd757fe08efbc863f7cac3c2e3288417ed550b93 /Cargo.lock | |
| parent | 56ac8740b79e291eabe6427d722921533b3a9837 (diff) | |
add const key macro and internal base64 codec
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
| @@ -9,12 +9,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 9 | checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" | 9 | checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" |
| 10 | 10 | ||
| 11 | [[package]] | 11 | [[package]] |
| 12 | name = "base64" | ||
| 13 | version = "0.21.7" | ||
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 15 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | ||
| 16 | |||
| 17 | [[package]] | ||
| 18 | name = "bitflags" | 12 | name = "bitflags" |
| 19 | version = "2.11.0" | 13 | version = "2.11.0" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -699,7 +693,6 @@ name = "wireguard" | |||
| 699 | version = "0.0.0" | 693 | version = "0.0.0" |
| 700 | dependencies = [ | 694 | dependencies = [ |
| 701 | "anyhow", | 695 | "anyhow", |
| 702 | "base64", | ||
| 703 | "futures", | 696 | "futures", |
| 704 | "genetlink", | 697 | "genetlink", |
| 705 | "ipnet", | 698 | "ipnet", |
