Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia7a4438e1aa73de2ea1bc6cdf26998f06a6a6964
19 lines
428 B
TOML
19 lines
428 B
TOML
[package]
|
|
name = "fc-migrate-cli"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[[bin]]
|
|
name = "fc-migrate"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
fc-common.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
tokio.workspace = true
|
|
tracing-subscriber.workspace = true
|