Browse Source

Add missing fields to Cargo manifest.

mitchmindtree 8 năm trước cách đây
mục cha
commit
e767f414e5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      Cargo.toml

+ 6 - 0
Cargo.toml

@@ -2,6 +2,12 @@
 name = "sampler"
 version = "0.1.0"
 authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
+description = "A polyphonic audio sampler instrument that supports unique sample mappings across both frequency and velocity ranges."
+readme = "README.md"
+keywords = ["sample", "dsp", "audio", "music", "instrument"]
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/RustAudio/sampler.git"
+homepage = "https://github.com/RustAudio/sampler"
 
 [dependencies]
 instrument = "0.1.0"