Files
aya-playground/aya-playground-common/Cargo.toml
TuDatTr f3ee525588 Initial commit
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2024-02-20 11:13:23 +01:00

15 lines
224 B
TOML

[package]
name = "aya-playground-common"
version = "0.1.0"
edition = "2021"
[features]
default = []
user = ["aya"]
[dependencies]
aya = { git = "https://github.com/aya-rs/aya", optional = true }
[lib]
path = "src/lib.rs"