reorganize module
This commit is contained in:
11
database/Cargo.toml
Normal file
11
database/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "calendar_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "rhai_engine"
|
||||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
rhai = "1.12.0"
|
Reference in New Issue
Block a user