rust to gmon imports purerust to mon
This commit is contained in:
15
src/gmon/Cargo.toml
Executable file
15
src/gmon/Cargo.toml
Executable file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "gmon"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
godot = "0.2.4"
|
||||
native_db = "0.8.1"
|
||||
native_model = "0.4.20"
|
||||
serde = "1.0.218"
|
||||
mon = { path = "../mon" }
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
Reference in New Issue
Block a user