16 lines
435 B
TOML
16 lines
435 B
TOML
[package]
|
|
name = "quickpeep_structs"
|
|
authors = ["Olivier 'reivilibre'"]
|
|
license = "MIT OR Apache-2.0"
|
|
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"] }
|