Skip to content

Commit

Permalink
Remove the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAwiteb committed Feb 27, 2023
1 parent 1bd4d02 commit e1263bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data2sound"
description = "A library to convert data to sound, and vice versa"
description = "A library to convert data to sound, and vice versa (dependency-free)"
version = "0.1.6"
rust-version = "1.56.1"
edition = "2021"
Expand All @@ -15,8 +15,6 @@ categories = ["multimedia::audio"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
file-utils = "= 0.1.5"
hound = "= 3.5.0"


[profile.release]
Expand All @@ -25,4 +23,4 @@ lto = true # Link-time optimization.
debug = false # Disable debug info.
codegen-units = 1 # Use a single codegen unit.
panic = "abort" # Use abort instead of unwind.
strip = true # Strip symbols.
strip = true # Strip symbols.

0 comments on commit e1263bd

Please sign in to comment.