Initial commit

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2024-02-20 11:13:23 +01:00
commit f3ee525588
22 changed files with 512 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[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"

View File

@@ -0,0 +1 @@
#![no_std]