Cargo.toml: Update project name and description

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-04-19 14:11:10 +02:00
parent e39be87498
commit 7cf6ae2e0d
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -1,10 +1,10 @@
[package]
name = "scansion-dsl"
name = "scansion"
version = "0.1.0"
edition = "2021"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
license = "MPL-2.0"
description = "Parser for the Scansion DSL"
description = "Reimplementation of the Scansion project in Rust"
[dependencies]
nom = "7.1"