Bump libs. added CI

This commit is contained in:
AB
2025-11-29 01:47:15 +02:00
parent 596369d732
commit 63961624b6
5 changed files with 184 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "v2parser"
version = "0.3.1"
edition = "2021"
version = "0.4.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -15,7 +15,9 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
urlencoding = "2"
tokio = { version = "1.0", features = ["full"] }
tempfile = "3"
[target.'cfg(unix)'.dependencies]
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
tempfile = "3"
futures = "0.3"