rust-hotloading/plugin-lib/Cargo.toml
2024-08-13 16:27:02 -03:00

12 lines
No EOL
215 B
TOML

[package]
name = "plugin-lib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
#tokio = { version = "1.39.2", features = ["full"] }
#tracing = "0.1.40"
gpt-sandbox = { path = "../" }