0.1.0
This commit is contained in:
22
migration/khadhroony-bot2-reference/kb_app_cli/Cargo.toml
Normal file
22
migration/khadhroony-bot2-reference/kb_app_cli/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
# file: kb_app_cli/Cargo.toml
|
||||
# version: 2
|
||||
|
||||
[package]
|
||||
name = "kb_app_cli"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "kb_app_cli"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
kb_core = { path = "../kb_core" }
|
||||
kb_model = { path = "../kb_model" }
|
||||
kb_pipeline = { path = "../kb_pipeline" }
|
||||
kb_logging = { path = "../kb_logging" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user