-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (29 loc) · 818 Bytes
/
Cargo.toml
File metadata and controls
35 lines (29 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "bc_rs"
version = "0.6.1"
authors = ["140bpmdubstep", "LeshaInc"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ureq = { version = "2.0.2", features = ["socks-proxy"] }
anyhow = "1.0"
log = "0.4.11"
env_logger = "0.10.0"
sciter-rs = "0.5.58"
regex = "1.4.1"
base64 = "0.21.0"
threadpool = "1.8.1"
webbrowser = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
toml = "0.7.1"
copypasta = "0.8.2"
bass-rs = { path = "./bass-rs" }
souvlaki = "0.6.0"
raw-window-handle = "0.5.2"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["wincon", "winuser"] }
[profile.release]
opt-level = "s"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"