This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/Cargo.toml
2022-07-23 23:51:44 +02:00

18 lines
395 B
TOML

[package]
name = "rusty-tube"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quick-js = "0.4.1"
once_cell = "1.12.0"
regex = "1.6.0"
fancy-regex = "0.10.0"
anyhow = "1.0"
thiserror = "1.0.31"
url = "2.2.2"
log = "0.4.17"
reqwest = "0.11.11"
tokio = {version = "1.20.0", features = ["macros"]}