Pastabble frontend

This commit is contained in:
Maurice
2024-02-01 15:52:03 +01:00
parent 293a0af9c5
commit a1b5c513ea
29 changed files with 2410 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pastabble"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
kv = { version = "0.24.0", features = ["json-value"] }
serde = { version = "1.0.147", features = ["derive"] }
chrono = { version = "0.4.22", features = ["serde"] }
chrono = { version = "0.4.33", features = ["serde"] }
rand = "0.8.5"
rouille = "3.6.1"
signal-hook = "0.3.14"
rouille = "3.6.2"
signal-hook = "0.3.17"