🎉 ptth_core to 1.2.0
parent
85de9e3a7e
commit
71a2b37fab
|
@ -1444,7 +1444,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ptth_core"
|
name = "ptth_core"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
|
@ -30,7 +30,6 @@ tokio = { version = "1.4.0", features = ["full"] }
|
||||||
tracing-subscriber = "0.2.16"
|
tracing-subscriber = "0.2.16"
|
||||||
tracing = "0.1.25"
|
tracing = "0.1.25"
|
||||||
|
|
||||||
debug_proxy = { path = "crates/debug_proxy" }
|
|
||||||
ptth_relay = { path = "crates/ptth_relay" }
|
ptth_relay = { path = "crates/ptth_relay" }
|
||||||
ptth_server = { path = "crates/ptth_server" }
|
ptth_server = { path = "crates/ptth_server" }
|
||||||
|
|
||||||
|
@ -39,6 +38,8 @@ ptth_server = { path = "crates/ptth_server" }
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
chrono = {version = "0.4.19", features = ["serde"]}
|
chrono = {version = "0.4.19", features = ["serde"]}
|
||||||
|
|
||||||
|
debug_proxy = { path = "crates/debug_proxy" }
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "ptth_core"
|
name = "ptth_core"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
authors = ["Trish"]
|
authors = ["Trish"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
Loading…
Reference in New Issue