๐Ÿ“ฆ payload / bitworks

๐Ÿ“„ Cargo.toml ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15[package]
edition = "2018"
name = "inspectable"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.27"
quote = "1.0.9"
syn = "1.0.65"