tetratto/crates/shared/Cargo.toml

21 lines
460 B
TOML
Raw Normal View History

[package]
name = "tetratto-shared"
2025-07-19 21:30:41 -04:00
description = "Shared stuff for Tetratto"
2025-07-20 16:18:56 -04:00
version = "12.0.3"
edition = "2024"
authors.workspace = true
repository.workspace = true
license.workspace = true
[dependencies]
2025-07-17 00:44:05 -04:00
ammonia = "4.1.1"
chrono = "0.4.41"
hex_fmt = "0.3.0"
2025-07-20 15:28:44 -04:00
pulldown-cmark = "0.13.0"
2025-04-19 18:59:55 -04:00
rand = "0.9.1"
2025-07-20 16:18:56 -04:00
regex = "1.11.1"
2025-07-19 21:30:41 -04:00
serde = { version = "1.0.219", features = ["derive"] }
2025-05-07 21:59:10 -04:00
sha2 = "0.10.9"
2025-05-06 16:13:48 -04:00
snowflaked = "1.0.3"
2025-05-30 21:22:53 -04:00
uuid = { version = "1.17.0", features = ["v4"] }