Scroll/libserver/Cargo.toml
2025-04-01 02:42:53 +03:00

18 lines
304 B
TOML

[package]
name = "libserver"
version.workspace = true
edition.workspace = true
[lib]
name = "server"
crate-type = ["cdylib"]
[dependencies]
jni.workspace = true
tracing.workspace = true
tracing-android.workspace = true
tracing-subscriber.workspace = true
rand.workspace = true
paste.workspace = true