mirror of
https://github.com/hubaldv/bioz-icd-rs.git
synced 2025-12-06 05:31:17 +00:00
Initial commit, working communication.
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "bioz-icd-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
postcard-rpc = { version = "0.11.12" }
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0.219"
|
||||
features = ["derive"]
|
||||
default-features = false
|
||||
|
||||
[dependencies.postcard-schema]
|
||||
version = "0.2.4"
|
||||
features = ["derive"]
|
||||
|
||||
[features]
|
||||
use-std = []
|
||||
Reference in New Issue
Block a user