diff --git a/Cargo.toml b/Cargo.toml index 4b715a2..1ad54b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "scansion-dsl" +name = "scansion" version = "0.1.0" edition = "2021" authors = ["Maxime “pep” Buquet "] license = "MPL-2.0" -description = "Parser for the Scansion DSL" +description = "Reimplementation of the Scansion project in Rust" [dependencies] nom = "7.1"