17 lines
409 B
TOML
17 lines
409 B
TOML
[package]
|
|
name = "itemse2"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
uuid = { version = "1.17.0", features = ["v7"] }
|
|
rusqlite = { version = "0.36.0", features = ["bundled"] }
|
|
qrcode = "0.14.1"
|
|
image = "0.25.6"
|
|
base64 = "0.22.1"
|
|
regex = "1.11"
|
|
tokio = { version = "1", features = ["full"] }
|
|
warp = "0.3"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
ident_concat = "0.3.0"
|
|
chrono = "0.4.41"
|