From e1263bda2cea8727c253efd096440a798e61108c Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Mon, 27 Feb 2023 18:41:03 +0300 Subject: [PATCH] Remove the dependencies --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16ef586..f9b7b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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] @@ -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. \ No newline at end of file +strip = true # Strip symbols.