mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
Fix the invalid license name for cargo-deny (#110)
This commit is contained in:
parent
52edf4525e
commit
a367239af1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = "rustpython-parser-vendored"
|
name = "rustpython-parser-vendored"
|
||||||
description = "RustPython parser vendored third-party crates."
|
description = "RustPython parser vendored third-party crates."
|
||||||
authors = ["RustPython Team", "and the original authors of the vendored modules"]
|
authors = ["RustPython Team", "and the original authors of the vendored modules"]
|
||||||
license = "Various"
|
license = "MIT"
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
version = { workspace = true }
|
version = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue