summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-25 00:30:15 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-25 00:30:15 +0200
commit5e2ab049dc3c8514401d1aef8fd4564759352ec3 (patch)
tree66d10592d6a6b35089c79d72ea22d9d147d3d206 /Cargo.toml
parent34ac18d20c13a78914d447fee83204811a27b1e4 (diff)
downloadrebel-5e2ab049dc3c8514401d1aef8fd4564759352ec3.tar
rebel-5e2ab049dc3c8514401d1aef8fd4564759352ec3.zip
Move main crate to subdirectory
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml26
1 files changed, 1 insertions, 25 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 921d917..a16584b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,29 +1,5 @@
-[package]
-name = "rebel"
-version = "0.1.0"
-authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
-license = "MIT"
-edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[workspace]
-
-[dependencies]
-common = { path = "crates/common", package = "rebel-common" }
-runner = { path = "crates/runner", package = "rebel-runner" }
-
-clap = "3.0.0-beta.2"
-enum-kinds = "0.5.1"
-handlebars = "4.1.3"
-indoc = "1.0.3"
-ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
-lazy_static = "1.4.0"
-regex = "1.5.4"
-scoped-tls-hkt = "0.1.2"
-serde = { version = "1", features = ["derive"] }
-serde_yaml = "0.8"
-walkdir = "2"
+members = ["crates/*"]
[profile.dev.package."*"]
opt-level = 2