-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (26 loc) · 848 Bytes
/
Cargo.toml
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
[package]
name = "video_cutter"
authors = ["anden3 <[email protected]>"]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/anden3/video-cutter"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
opt-level = 1
overflow-checks = false
[dependencies]
anyhow = "1.0.57"
copypasta = "0.8.1"
crossbeam-channel = "0.5.4"
eframe = { version = "0.18.0", features = ["persistence"] }
egui_extras = "0.18.0"
lru = "0.7.7"
minreq = "2.6.0"
once_cell = { version = "1.13.0", features = ["parking_lot"] }
parking_lot = "0.12.1"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.82"
shell-words = "1.1.0"
strum = { version = "0.24.1", features = ["derive"] }
winsafe = { version = "0.0.10", features = ["user", "shell"] }