mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Add base32 encoder/decoder
This commit is contained in:
parent
a1ff43045b
commit
cce218f950
9 changed files with 349 additions and 4 deletions
|
@ -16,3 +16,9 @@ futures-preview = { version = "=0.3.0-alpha.18", features = ["compat"] }
|
|||
reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] }
|
||||
http = "0.1"
|
||||
tokio = { version = "0.1", default-features = false }
|
||||
lazy_static = "1.4"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.3"
|
||||
assert_matches = "1.3"
|
||||
proptest = "0.9"
|
Loading…
Add table
Add a link
Reference in a new issue