octopush/crates/octopush_cli/Cargo.toml

15 lines
335 B
TOML
Raw Normal View History

2022-10-25 19:07:37 +02:00
[package]
name = "octopush_cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-10-25 22:00:46 +02:00
octopush_infra = { path = "../octopush_infra" }
octopush_core = { path = "../octopush_core" }
clap = { version = "4.0.18" }
eyre = { workspace = true }