Skip to content

Commit

Permalink
kairos-test-utils: remove cctl
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Aug 26, 2024
1 parent 53c6f5f commit 480fcc9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 795 deletions.
15 changes: 0 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions kairos-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,21 @@ version.workspace = true
edition.workspace = true
license.workspace = true

[[bin]]
name = "cctld"
path = "bin/cctld.rs"
version.workspace = true
test = false
bench = false

[features]
# FIXME enable cctl-tests once this crate is factored out in a separate repository
#all-tests = ["cctl-tests"]
default = ["database"]
all-tests = ["database"]
cctl-tests = []
database = ["kairos-server/database"]

[lib]

[dependencies]

anyhow = "1"
backoff = { version = "0.4", features = ["tokio", "futures"]}
clap = { version = "4", features = ["derive"] }
casper-client.workspace = true
casper-types.workspace = true
casper-client-types.workspace = true
nom = "7"
hex = "0.4"
percent-encoding = "2.3"
rand = "0.8"
sd-notify = "0.4"
tokio = { version = "1", features = [ "full", "tracing", "macros" ] }
tempfile = "3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
reqwest = { version = "0.12", features = ["json"] }
kairos-server = { path = "../kairos-server" }
dotenvy = "0.15"
48 changes: 0 additions & 48 deletions kairos-test-utils/bin/cctld.rs

This file was deleted.

Loading

0 comments on commit 480fcc9

Please sign in to comment.