summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-01-26 22:04:18 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-01-26 22:04:18 +0100
commite48108cdef9555565d0715f4b6f39228cfc45376 (patch)
treecc4d1bf88a2a7d407dda841108ea30778bece53d /Cargo.toml
parent9e60d16555765a6cfc053798f56e5b914ea1834e (diff)
downloadrebel-e48108cdef9555565d0715f4b6f39228cfc45376.tar
rebel-e48108cdef9555565d0715f4b6f39228cfc45376.zip
Rewrite dependency resolution to reuse solutions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3626264..d6eea9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-im = { version = "15", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
walkdir = "2"