zap-stream-core/Cargo.toml

20 lines
615 B
TOML
Raw Normal View History

2025-01-29 11:48:57 +00:00
[workspace]
resolver = "2"
members = [
"crates/core",
"crates/zap-stream",
"crates/zap-stream-db"
2024-11-22 16:54:32 +00:00
]
2024-11-13 11:43:28 +00:00
2025-01-29 11:48:57 +00:00
[workspace.dependencies]
2025-01-30 11:45:05 +00:00
ffmpeg-rs-raw = { git = "https://git.v0l.io/Kieran/ffmpeg-rs-raw.git", rev = "a63b88ef3c8f58c7c0ac57d361d06ff0bb3ed385" }
2024-11-13 11:43:28 +00:00
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }
anyhow = { version = "^1.0.91", features = ["backtrace"] }
2024-03-11 22:19:08 +00:00
async-trait = "0.1.77"
log = "0.4.21"
2024-03-20 22:46:19 +00:00
uuid = { version = "1.8.0", features = ["v4", "serde"] }
serde = { version = "1.0.197", features = ["derive"] }
url = "2.5.0"
2025-01-29 11:48:57 +00:00
itertools = "0.14.0"
chrono = "^0.4.38"
2025-01-29 11:48:57 +00:00
hex = "0.4.3"