mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore: move deprecated package.metadata.maturin (#801)
This commit is contained in:
parent
cad89d4596
commit
0d101f3055
2 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,6 @@ edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
include.workspace = true
|
include.workspace = true
|
||||||
|
|
||||||
[package.metadata.maturin]
|
|
||||||
name = "typos"
|
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
no-default-features = true
|
no-default-features = true
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,5 @@ classifiers = [
|
||||||
|
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
|
module-name = "typos"
|
||||||
bindings = "bin"
|
bindings = "bin"
|
||||||
|
|
Loading…
Reference in a new issue