14
aya-playground-common/Cargo.toml
Normal file
14
aya-playground-common/Cargo.toml
Normal 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"
|
||||
1
aya-playground-common/src/lib.rs
Normal file
1
aya-playground-common/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
#![no_std]
|
||||
Reference in New Issue
Block a user