blob: 0c94b6d9015bb202a96df04a45c183e04431473e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "ppproperly"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitfield = "0.14.0"
ppproperly_macros = { git = "https://github.com/rsdsl/ppproperly_macros.git", version = "0.1.0" }
thiserror = "1.0"
|