Cargo.toml: Update project name and description
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e39be87498
commit
7cf6ae2e0d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue