0.1.0
This commit is contained in:
15
kb-store/Cargo.toml
Normal file
15
kb-store/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
# file: kb-store/Cargo.toml
|
||||
# version: 1
|
||||
|
||||
[package]
|
||||
name = "kb-store"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
kb-core = { path = "../kb-core" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user