discord-css-injector/Cargo.toml

21 lines
614 B
TOML

[package]
name = "discord-css-injector"
authors = ["videogame hacker <half-kh-hacker@hackery.site>"]
version = "0.1.0"
edition = "2018"
[dependencies]
futures = "0.3.15"
include_dir = "0.6.1"
minifier = "0.0.41"
once_cell = "1.8.0"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
tokio = { version = "1.8.0", features = ["full"] }
warp = "0.3.1"
wry = { version = "0.10.3", default-features = false, features = ["win32"] }
# Why is opening a browser on Windows so annoying???
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["shellapi"] }