-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.lock
35 lines (30 loc) · 958 Bytes
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[root]
name = "telehash-rust"
version = "0.0.1"
dependencies = [
"base32 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sodiumoxide 0.0.4 (git+https://github.com/dnaq/sodiumoxide.git)",
]
[[package]]
name = "base32"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libsodium-sys"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sodiumoxide"
version = "0.0.4"
source = "git+https://github.com/dnaq/sodiumoxide.git#6c4e6e6aa67bc6f4eec2431f56b811ab504eabbd"
dependencies = [
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"libsodium-sys 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]