diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -3,5 +3,21 @@ | |||
| 3 | version = 4 | 3 | version = 4 |
| 4 | 4 | ||
| 5 | [[package]] | 5 | [[package]] |
| 6 | name = "ipnet" | ||
| 7 | version = "2.11.0" | ||
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 9 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" | ||
| 10 | |||
| 11 | [[package]] | ||
| 12 | name = "libc" | ||
| 13 | version = "0.2.176" | ||
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 15 | checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" | ||
| 16 | |||
| 17 | [[package]] | ||
| 6 | name = "netiso" | 18 | name = "netiso" |
| 7 | version = "0.1.0" | 19 | version = "0.1.0" |
| 20 | dependencies = [ | ||
| 21 | "ipnet", | ||
| 22 | "libc", | ||
| 23 | ] | ||
