[package] name = "reef-cli" description = "Administration and data CLI for the Reef storage engine." version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true authors.workspace = true [[bin]] name = "reef" path = "src/main.rs" [dependencies] anyhow.workspace = true clap.workspace = true reef-engine.workspace = true reef-store = { workspace = true, features = ["s3"] } reef-types.workspace = true serde.workspace = true serde_json.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true