file_rpc/Cargo.toml

19 lines
470 B
TOML
Raw Normal View History

2022-11-01 12:41:41 -05:00
[package]
name = "file_rpc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
postcard = { version = "1.0.2", default-features = false, features = ["alloc"] }
serde = { version = "1.0.144", default-features = false, features = ["alloc", "derive"] }
spin = "0.9.4"
std = { version = "0.1.0", path = "../std" }
[profile.dev]
panic="abort"
[profile.release]
panic="abort"