tetratto/crates/shared/Cargo.toml

19 lines
355 B
TOML
Raw Normal View History

[package]
name = "tetratto-shared"
2025-04-13 12:15:14 -04:00
version = "1.0.4"
edition = "2024"
authors.workspace = true
repository.workspace = true
license.workspace = true
[dependencies]
ammonia = "4.0.0"
chrono = "0.4.40"
2025-04-04 21:42:08 -04:00
comrak = "0.37.0"
hex_fmt = "0.3.0"
num-bigint = "0.4.6"
rand = "0.9.0"
serde = "1.0.219"
sha2 = "0.10.8"
uuid = { version = "1.16.0", features = ["v4"] }