20 lines
567 B
TOML
20 lines
567 B
TOML
[package]
|
|
name = "webcomment-common"
|
|
version = "0.1.0"
|
|
authors = ["tuxmain <tuxmain@zettascript.org>"]
|
|
license = "AGPL-3.0-only"
|
|
repository = "https://git.txmn.tk/tuxmain/webcomment"
|
|
description = "Templatable comment web server"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
argon2 = "0.4.1"
|
|
base64 = "0.21.0"
|
|
log = "0.4.17"
|
|
percent-encoding = "2.2.0"
|
|
rand = "0.8.5"
|
|
rand_core = { version = "0.6.4", features = ["std"] }
|
|
serde = { version = "1.0.154", features = ["derive", "rc"] }
|
|
serde_json = "1.0.94"
|
|
sha2 = "0.10.6"
|
|
unic-langid = { version = "0.9.1", features = ["macros"] }
|