mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
updates + msrv
This commit is contained in:
parent
89511832c2
commit
172760cae2
2 changed files with 223 additions and 258 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -1,23 +1,24 @@
|
|||
[package]
|
||||
name = "taspromto"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
rust-version = "1.74.1"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.24.0"
|
||||
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
|
||||
dashmap = "5.5.3"
|
||||
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
|
||||
dashmap = "6.1.0"
|
||||
jzon = "0.12.5"
|
||||
warp = "0.3.7"
|
||||
dotenvy = "0.15.7"
|
||||
ctrlc = { version = "3.4.4", features = ["termination"] }
|
||||
ctrlc = { version = "3.4.5", features = ["termination"] }
|
||||
color-eyre = "0.6.3"
|
||||
async-stream = "0.3.5"
|
||||
async-stream = "0.3.6"
|
||||
pin-utils = "0.1.0"
|
||||
hostname = "0.4.0"
|
||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
||||
serde = { version = "1.0.200", features = ["derive"] }
|
||||
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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue