0.1.0
This commit is contained in:
21
migration/khadhroony-bot2-reference/kb_model/Cargo.toml
Normal file
21
migration/khadhroony-bot2-reference/kb_model/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
# file: kb_model/Cargo.toml
|
||||
# version: 2
|
||||
|
||||
[package]
|
||||
name = "kb_model"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
base64.workspace = true
|
||||
bs58.workspace = true
|
||||
kb_core = { path = "../kb_core" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
sha2.workspace = true
|
||||
ts-rs.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user