mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-05-19 15:45:12 +02:00
release: blackwall v1
This commit is contained in:
commit
e01b11f7ff
63 changed files with 11133 additions and 0 deletions
14
common/Cargo.toml
Normal file
14
common/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue