diff --git a/knyst_macro/Cargo.toml b/knyst_macro/Cargo.toml index d326c04..e578230 100644 --- a/knyst_macro/Cargo.toml +++ b/knyst_macro/Cargo.toml @@ -1,5 +1,9 @@ [package] name = "knyst_macro" +authors = ["Erik Natanael Gustafsson "] +license = "MIT OR Apache-2.0" +description = "Real time dynamic audio graph and synthesis library" +readme = "README.md" version = "0.5.0" edition = "2021" autotests = false