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