Cargo.toml: Update project name and description
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7cf6ae2e0d
commit
0b7718ff43
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use std::fs::File;
|
|||
use std::io::{self, Read};
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
use scansion_dsl::parse_spec;
|
||||
use scansion::parse_spec;
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
let args: Vec<String> = args().collect();
|
||||
|
|
Loading…
Reference in a new issue