mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2025-12-20 11:04:38 +00:00
15 lines
159 B
TOML
15 lines
159 B
TOML
[package]
|
|
name = "bit-wrap"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
unsynn = "0.1"
|
|
|
|
[lints]
|
|
workspace = true
|