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