rust to gmon imports purerust to mon

This commit is contained in:
Bel LaPointe
2025-03-31 18:39:25 -06:00
parent 61f7299e42
commit 9130797eec
7 changed files with 18 additions and 12 deletions

15
src/gmon/Cargo.toml Executable file
View 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"]