diff --git a/knyst/Cargo.toml b/knyst/Cargo.toml index 1960833..2a93560 100644 --- a/knyst/Cargo.toml +++ b/knyst/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Real time dynamic audio graph and synthesis library" -readme = "README.md" +readme = "../README.md" keywords = ["audio", "synthesis", "music", "dsp", "sound"] categories = ["multimedia::audio"] authors = ["Erik Natanael Gustafsson "]