comline/runtime/Cargo.toml

12 lines
298 B
TOML
Raw Normal View History

2023-08-28 19:09:31 +00:00
[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"