18 lines
304 B
TOML
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
|