Merge branch 'main' into builders_in_script

* main:
  ..
  ...
  ...
  ...
  ...
  ...

# Conflicts:
#	herodb/src/cmd/dbexample2/main.rs
#	herodb/src/models/biz/currency.rs
#	herodb/src/models/biz/product.rs
This commit is contained in:
2025-04-04 16:09:48 +02:00
48 changed files with 8113 additions and 48 deletions

View File

@@ -21,6 +21,7 @@ poem-openapi = { version = "2.0.11", features = ["swagger-ui"] }
tokio = { version = "1", features = ["full"] }
rhai = "1.21.0"
paste = "1.0"
lazy_static = "1.4.0"
[[example]]
name = "rhai_demo"
@@ -29,3 +30,7 @@ path = "examples/rhai_demo.rs"
[[bin]]
name = "dbexample2"
path = "src/cmd/dbexample2/main.rs"
[[bin]]
name = "dbexample_mcc"
path = "src/cmd/dbexample_mcc/main.rs"