fix Cargo.toml license generation (#312)

This commit is contained in:
John Vandenberg 2023-01-24 01:42:27 +08:00 committed by GitHub
parent b04c54d792
commit 416723fac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ fn main() -> Result<()> {
"[package]\n\
name = \"{}\"\n\
version = \"{}\"\n\
edition = \"2021\"\n\"
edition = \"2021\"\n\
license = \"{}\"\n",
name, version, &args.license_name,
);