17 lines
204 B
TOML
17 lines
204 B
TOML
[package]
|
|
name = "rust-backend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
once_cell = "1.18"
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|
|
|
|
[profile.dev]
|
|
panic = "unwind"
|