Added RTSP parser

This commit is contained in:
2026-06-29 23:54:34 -03:00
parent 5ed9cfbc2a
commit cabcc65954
2 changed files with 54 additions and 1 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1"
dotenvy = "0.15"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "time"] }
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }
tokio-postgres = "0.7"