topology: removing base64 crate

This commit is contained in:
Dave Hrycyszyn
2020-01-24 16:29:41 +00:00
parent aa7ff75be7
commit d71d2effe6
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -2427,7 +2427,6 @@ name = "topology"
version = "0.1.0"
dependencies = [
"addressing",
"base64 0.11.0",
"bs58",
"itertools",
"log",
-1
View File
@@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.11.0"
bs58 = "0.3.0"
itertools = "0.8.2"
log = "0.4"