...
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
name = "herodb"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "A database library built on top of sled with model support"
|
||||
description = "A database library built on top of ourdb with model support"
|
||||
license = "MIT"
|
||||
authors = ["HeroCode Team"]
|
||||
|
||||
[dependencies]
|
||||
sled = "0.34.7"
|
||||
ourdb = { path = "../ourdb" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
@@ -31,6 +31,10 @@ path = "examples/rhai_demo.rs"
|
||||
name = "business_models_demo"
|
||||
path = "examples/business_models_demo.rs"
|
||||
|
||||
[[example]]
|
||||
name = "ourdb_example"
|
||||
path = "examples/ourdb_example.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "dbexample_prod"
|
||||
path = "src/cmd/dbexample_prod/main.rs"
|
||||
|
Reference in New Issue
Block a user