mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
13 lines
268 B
TOML
13 lines
268 B
TOML
[package]
|
|
name = "transcoder"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
actix-files = "0.6.2"
|
|
tokio = { version = "1.27.0", features = ["process"] }
|
|
serde = { version = "1.0.159", features = ["derive"] }
|
|
rand = "0.8.5"
|
|
derive_more = "0.99.17"
|