Add cli crate skeleton
This commit is contained in:
16
cli/Cargo.toml
Normal file
16
cli/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "ubuntu-fidoctl"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "ubuntu-fidoctl"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
ubuntu-fido-common = { path = "../common" }
|
||||
clap = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
zbus = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
Reference in New Issue
Block a user