This commit is contained in:
2025-04-19 18:57:09 +02:00
parent 5b5b64658c
commit 6b169f5786
8 changed files with 786 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ lazy_static = "1.4.0"
name = "rhai_demo"
path = "examples/rhai_demo.rs"
[[example]]
name = "business_models_demo"
path = "examples/business_models_demo.rs"
[[bin]]
name = "dbexample_prod"
path = "src/cmd/dbexample_prod/main.rs"
@@ -38,3 +42,7 @@ path = "src/cmd/dbexample_mcc/main.rs"
[[bin]]
name = "dbexample_gov"
path = "src/cmd/dbexample_gov/main.rs"
[[bin]]
name = "dbexample_biz"
path = "src/cmd/dbexample_biz/main.rs"