quickpeep/quickpeep_structs/Cargo.toml

14 lines
370 B
TOML

[package]
name = "quickpeep_structs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.3.2"
bitflags_serde_shim = "0.2.2"
#arc-interner = "0.7.0"
quickpeep_densedoc = { path = "../quickpeep_densedoc" }
serde = { version = "1.0.136", features = ["derive"] }