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"
|
2024-06-06 22:01:30 -05:00
|
|
|
# std = { version = "0.1.0", path = "../std" }
|
2022-11-01 12:41:41 -05:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
panic="abort"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
panic="abort"
|