Skip to content

Commit

Permalink
cleanup cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 21, 2024
1 parent 7f58da5 commit ea4d384
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ open-file = "0.1.0" # open file with default app
rand = "0.8.5" # randomly choose from fruits for suffix
rfd = "0.11.0" # open file dialog
which = "4.4.0" # Get-Command / where.exe / which alternative
# rustsynth = "0.2.1" # wrapper for VapourSynth.dll
#rustsynth = {git = "https://github.com/animafps/rustsynth"}

# json stuff
serde = "1.0.152"
serde_derive = "1.0.152"
serde_json = "1.0.91"
#reqwest = {version = "0.11.14", features = ["json"]}
#tokio = { version = "1.25.0", features = ["full"]}
colored = "2.0.0"
enable-ansi-support = "0.2.1"
num-rational = "0.4.1"
Expand All @@ -38,7 +34,7 @@ regex = "1.7.2"
winres = "0.1" # give the exe an icon
cc = "1.0.79" # for /src/windows.c

# --release make smol
# make small binaries with --release
[profile.release]
strip = true
opt-level = "s"
Expand Down

0 comments on commit ea4d384

Please sign in to comment.