mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
updates
This commit is contained in:
parent
5c87b874e4
commit
c3b5238a51
13 changed files with 532 additions and 603 deletions
26
Cargo.toml
26
Cargo.toml
|
|
@ -2,26 +2,26 @@
|
|||
name = "taspromto"
|
||||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.74.1"
|
||||
edition = "2024"
|
||||
rust-version = "1.85.0"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.24.0"
|
||||
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
|
||||
rumqttc = "0.25.1"
|
||||
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
|
||||
dashmap = "6.1.0"
|
||||
jzon = "0.12.5"
|
||||
warp = "0.3.7"
|
||||
warp = { version = "0.4.2", features = ["server"] }
|
||||
dotenvy = "0.15.7"
|
||||
ctrlc = { version = "3.4.5", features = ["termination"] }
|
||||
color-eyre = "0.6.3"
|
||||
ctrlc = { version = "3.5.2", features = ["termination"] }
|
||||
color-eyre = "0.6.5"
|
||||
async-stream = "0.3.6"
|
||||
pin-utils = "0.1.0"
|
||||
hostname = "0.4.0"
|
||||
tokio-stream = { version = "0.1.16", features = ["net"] }
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
secretfile = "0.1.0"
|
||||
toml = "0.8.19"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
hostname = "0.4.2"
|
||||
tokio-stream = { version = "0.1.18", features = ["net"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
secretfile = "0.1.1"
|
||||
toml = "1.1.0"
|
||||
clap = { version = "4.5.61", features = ["derive"] }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue