19 lines
490 B
TOML
19 lines
490 B
TOML
[package]
|
|
name = "libertas_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
async-trait = "0.1.89"
|
|
bytes = "1.10.1"
|
|
chrono = "0.4.42"
|
|
futures = "0.3.31"
|
|
thiserror = "2.0.17"
|
|
uuid = {version = "1.18.1", features = ["v4", "serde"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
nom-exif = { version = "2.5.4", features = ["serde", "async", "tokio"] }
|
|
dotenvy = "0.15.7"
|
|
config = "0.15.19"
|
|
image = "0.25.8"
|
|
tokio = { version = "1.48.0", features = ["rt"] } |