Support recording to a directory, with auto-generated filename

This commit is contained in:
Marcin Kulik
2024-05-27 22:42:38 +02:00
parent 72803c101b
commit 0d8af153bb
5 changed files with 154 additions and 8 deletions

View File

@@ -43,6 +43,8 @@ url = "2.5.0"
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
sha2 = "0.10.8"
tokio-util = "0.7.10"
chrono = "0.4.38"
hostname = "0.4.0"
[build-dependencies]
clap = { version = "4.4.7", features = ["derive"] }