Merge branch 'development_rhai'
This commit is contained in:
@@ -14,13 +14,12 @@ ourdb = { path = "../ourdb" }
|
||||
tst = { path = "../tst" }
|
||||
heromodels-derive = { path = "../heromodels-derive" }
|
||||
heromodels_core = { path = "../heromodels_core" }
|
||||
rhai_autobind_macros = { path = "../../rhaj/rhai_autobind_macros" }
|
||||
rhai_wrapper = { path = "../../rhaj/rhai_wrapper" }
|
||||
rhailib_derive = { package = "derive", path = "../../rhailib/src/derive" }
|
||||
rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] } # Added "decimal" feature, sync for Arc<Mutex<>>
|
||||
adapter_macros = { path = "../adapter_macros" }
|
||||
rhai_client_macros = { path = "../rhai_client_macros" }
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
uuid = { version = "1.17.0", features = ["v4"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
@@ -40,51 +39,11 @@ path = "examples/governance_proposal_example/main.rs"
|
||||
name = "finance_example"
|
||||
path = "examples/finance_example/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "calendar_rhai"
|
||||
path = "examples/calendar_rhai/example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "calendar_rhai_client"
|
||||
path = "examples/calendar_rhai_client/example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "flow_rhai"
|
||||
path = "examples/flow_rhai/example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "finance_rhai"
|
||||
path = "examples/finance_rhai/example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "governance_rhai"
|
||||
path = "examples/governance_rhai/example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "governance_rhai_client"
|
||||
path = "examples/governance_rhai_client/example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "flow_example"
|
||||
path = "examples/flow_example.rs"
|
||||
|
||||
[[example]]
|
||||
name = "legal_rhai"
|
||||
path = "examples/legal_rhai/example.rs"
|
||||
required-features = ["rhai"]
|
||||
|
||||
|
||||
[[example]]
|
||||
name = "project_rhai"
|
||||
path = "examples/project_rhai/example.rs"
|
||||
required-features = ["rhai"]
|
||||
|
||||
[[example]]
|
||||
name = "biz_rhai"
|
||||
path = "examples/biz_rhai/example.rs"
|
||||
required-features = ["rhai"]
|
||||
|
||||
[[example]]
|
||||
name = "payment_flow_rhai"
|
||||
path = "examples/biz_rhai/payment_flow_example.rs"
|
||||
required-features = ["rhai"]
|
||||
required-features = ["rhai"]
|
Reference in New Issue
Block a user