Adding license and extra crate to cargo.lock

This commit is contained in:
Dave
2021-02-01 11:57:42 +00:00
parent d03af9de05
commit ea31e18d98
Generated
+12 -3
View File
@@ -1,8 +1,7 @@
# Copyright 2020 - Nym Technologies SA <contact@nymtech.net>
# SPDX-License-Identifier: Apache-2.0
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
# Copyright 2020 - Nym Technologies SA <contact@nymtech.net>
# SPDX-License-Identifier: Apache-2.0
[[package]]
name = "addr2line"
version = "0.13.0"
@@ -1183,6 +1182,15 @@ version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
[[package]]
name = "ipnetwork"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c3eaab3ac0ede60ffa41add21970a7df7d91772c03383aac6c2c3d53cc716b"
dependencies = [
"serde",
]
[[package]]
name = "itoa"
version = "0.4.6"
@@ -1655,6 +1663,7 @@ dependencies = [
"clap",
"dirs 2.0.2",
"futures 0.3.9",
"ipnetwork",
"log",
"nymsphinx",
"ordered-buffer",