summaryrefslogtreecommitdiffstats
path: root/crates/rebel-resolve/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-resolve/Cargo.toml')
-rw-r--r--crates/rebel-resolve/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/rebel-resolve/Cargo.toml b/crates/rebel-resolve/Cargo.toml
new file mode 100644
index 0000000..4b3e113
--- /dev/null
+++ b/crates/rebel-resolve/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "rebel-resolve"
+version = "0.1.0"
+authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
+license = "MIT"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+rebel-common = { path = "../rebel-common" }
+
+deb-version = "0.1.1"
+enum-kinds = "0.5.1"
+serde = { version = "1", features = ["derive", "rc"] }