diff --git a/v.md b/v.md index 1f8a0b9..145c434 100644 --- a/v.md +++ b/v.md @@ -16,6 +16,10 @@ $ cd ./tmp > Cargo.toml ```toml:Cargo.toml +[package] +name = "example-osc" +edition = "2021" + [dependencies] rosc = "0.10" ```