diff --git a/Cargo.toml b/Cargo.toml index 1376cbb..8875de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] -members = [ - "synfig-core" -] +members = ["synfig-core"] [dependencies] synfig-core = {path = "synfig-core", version = "0.1.0"}