0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/Cargo.toml

25 lines
673 B
TOML
Raw Normal View History

2023-04-22 07:35:07 -04:00
[package]
name = "websurfx"
2023-05-29 14:17:00 -04:00
version = "0.11.0"
2023-04-22 07:35:07 -04:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = {version="*",features=["json"]}
2023-04-22 07:35:07 -04:00
tokio = {version="*",features=["full"]}
serde = {version="*",features=["derive"]}
handlebars = { version = "4.3.6", features = ["dir_source"] }
2023-04-22 07:35:07 -04:00
scraper = {version="*"}
actix-web = {version="4.3.1"}
2023-04-22 07:35:07 -04:00
actix-files = {version="0.6.2"}
serde_json = {version="*"}
fake-useragent = {version="*"}
env_logger = {version="0.10.0"}
log = {version="0.4.17"}
rlua = {version="*"}
redis = {version="*"}
md5 = {version="*"}
rand={version="*"}
once_cell = {version="*"}