12 lines
298 B
TOML
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"
|