feat: first cut on M0 - base structure of project
This commit is contained in:
10
crates/bds-cli/Cargo.toml
Normal file
10
crates/bds-cli/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "bds-cli"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bds-core = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
3
crates/bds-cli/src/main.rs
Normal file
3
crates/bds-cli/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("bds-cli: headless automation surface (not yet implemented)");
|
||||
}
|
||||
Reference in New Issue
Block a user