16 lines
310 B
TOML
Raw Normal View History

[package]
name = "serde-ipc"
version = "0.1.0"
edition = "2021"
authors = ["Mark Poliakov <mark@alnyan.me>"]
[dependencies]
2024-12-09 10:21:15 +02:00
postcard.workspace = true
serde.workspace = true
thiserror.workspace = true
2024-08-10 22:29:02 +03:00
tempfile = "3.12.0"
[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }