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" }
|
|
|
|
|
|
|
|
eyre = { workspace = true }
|
2022-11-21 14:09:03 +01:00
|
|
|
tracing = { workspace = true }
|
|
|
|
|
|
|
|
clap = { version = "4.0.18" }
|