summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-07-17 21:38:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-07-17 21:38:37 +0200
commitea2049a5d452cf27f15b8a207fca14ab4ad4ebc9 (patch)
tree0c38692247675208dfc798dd9554f016f9efbff9 /Cargo.toml
parentac869b81bc84f18a0a5428c059e3779e27020755 (diff)
downloadrebel-ea2049a5d452cf27f15b8a207fca14ab4ad4ebc9.tar
rebel-ea2049a5d452cf27f15b8a207fca14ab4ad4ebc9.zip
main: pass goals on commandline
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 359c0e1..980ad4b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+clap = "3.0.0-beta.2"
hex = { version = "0.4.3", features = ["std", "serde"] }
ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"