summaryrefslogtreecommitdiffstats
path: root/crates/runner/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/runner/Cargo.toml')
-rw-r--r--crates/runner/Cargo.toml25
1 files changed, 0 insertions, 25 deletions
diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml
deleted file mode 100644
index 19ad124..0000000
--- a/crates/runner/Cargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-[package]
-name = "rebel-runner"
-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]
-common = { path = "../common", package = "rebel-common" }
-
-bincode = "1.3.3"
-blake3 = { version = "1.0.0", features = ["traits-preview"] }
-capctl = "0.2.0"
-digest = "0.9.0"
-libc = "0.2.84"
-nix = "0.23.0"
-olpc-cjson = "0.1.0"
-serde = { version = "1", features = ["derive"] }
-serde_json = "1.0.62"
-tar = "0.4.32"
-tee_readwrite = "0.1.0"
-uds = "0.2.6"
-walkdir = "2.3.2"