14 lines
217 B
TOML
14 lines
217 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 = "1.18.1"
|