Explorar el Código

Add missing fields to Cargo manifest.

mitchmindtree hace 8 años
padre
commit
e767f414e5
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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"