cuttle/mobile/native/Cargo.toml

13 lines
267 B
TOML
Raw Normal View History

2023-08-14 21:08:59 +00:00
[package]
name = "cuttle_mobile"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
cuttle = { path = "../..", default-features = false }
flutter_rust_bridge = "1"
raptorq = "1.7"
rkyv = { version = "0.7.42", features = ["validation"] }