From 7cf6ae2e0d3bd3cbd55d26bf854232c1f7597593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 19 Apr 2023 14:11:10 +0200 Subject: [PATCH] Cargo.toml: Update project name and description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"