From 4a213e872395f9b0562c113bb7303815a1d26a57 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 22 Dec 2022 18:29:26 +0000 Subject: draw almost all of the owl --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 832d81f..1ac1665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,9 @@ serde_derive = "*" serde_json = "*" rand = "*" tokio = { version = "*", features = ["full"] } +tokio-stream = "*" +hyper = "*" +futures-util = "*" tracing = "*" tracing-subscriber = "*" http-body = "*" @@ -25,6 +28,8 @@ hmac = "*" hex = "*" sha2 = "*" reqwest = { version = "*", features = ["rustls-tls-native-roots"] } +clap = { version = "*", features = ["derive"] } +rlua = "*" [[bin]] name = "ci_webserver" @@ -33,3 +38,11 @@ path = "src/main.rs" [[bin]] name = "ci_driver" path = "src/ci_driver.rs" + +[[bin]] +name = "ci_ctl" +path = "src/ci_ctl.rs" + +[[bin]] +name = "ci_runner" +path = "src/ci_runner.rs" -- cgit v1.1