release: blackwall v1

This commit is contained in:
Blackwall AI 2026-04-02 00:05:44 +03:00
commit e01b11f7ff
63 changed files with 11133 additions and 0 deletions

14
common/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "common"
version = "0.1.0"
edition = "2021"
[features]
default = ["user"]
user = ["aya"]
[dependencies]
aya = { version = "0.13", optional = true }
[lib]
path = "src/lib.rs"