🎉 ptth_server to 1.2.0

main
_ 2021-03-21 18:25:02 +00:00
parent 3ff9c0f46c
commit d15f8539cb
1 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,15 @@
[package]
name = "ptth_server"
version = "1.1.0"
version = "1.2.0"
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
description = "The server for PTTH"
repository = "https://github.com/ReactorScram/ptth"
categories = ["command-line-utilities", "web-programming::http-server"]
[dependencies]
aho-corasick = "0.7.15"
@ -38,10 +42,9 @@ tracing-subscriber = "0.2.16"
toml = "0.5.7"
uom = "0.30.0"
always_equal = { path = "../always_equal" }
ptth_core = { path = "../ptth_core" }
always_equal = { path = "../always_equal", version = "1.0.0" }
ptth_core = { path = "../ptth_core", version = "1.2.0" }
[dev-dependencies]
maplit = "1.0.2"
rand = "0.8.3"