comline/runtime/Cargo.toml
2023-08-28 20:09:31 +01:00

12 lines
298 B
TOML

[package]
name = "comline-runtime"
version = "0.1.0"
edition = "2021"
# license = "Parity OR Prosperity"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.13.1", features = ["derive"] }
downcast-rs = "1.2.0"