20 lines
460 B
TOML
20 lines
460 B
TOML
[package]
|
|
name = "tetratto-shared"
|
|
description = "Shared stuff for Tetratto"
|
|
version = "12.0.3"
|
|
edition = "2024"
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
ammonia = "4.1.1"
|
|
chrono = "0.4.41"
|
|
hex_fmt = "0.3.0"
|
|
pulldown-cmark = "0.13.0"
|
|
rand = "0.9.1"
|
|
regex = "1.11.1"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
sha2 = "0.10.9"
|
|
snowflaked = "1.0.3"
|
|
uuid = { version = "1.17.0", features = ["v4"] }
|