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 7cf6ae2e0d
commit 0b7718ff43

View file

@ -9,7 +9,7 @@ use std::fs::File;
use std::io::{self, Read}; use std::io::{self, Read};
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use scansion_dsl::parse_spec; use scansion::parse_spec;
fn main() -> io::Result<()> { fn main() -> io::Result<()> {
let args: Vec<String> = args().collect(); let args: Vec<String> = args().collect();