2025-09-05 14:09:06 +02:00

13 lines
216 B
TOML

[package]
name = "openvidu-meet-webhook-server"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8.4"
tokio = { version = "1", features = ["full"] }
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
chrono = "0.4"