mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -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
|
||||
include.workspace = true
|
||||
|
||||
[package.metadata.maturin]
|
||||
name = "typos"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
no-default-features = true
|
||||
|
||||
|
|
|
@ -15,4 +15,5 @@ classifiers = [
|
|||
|
||||
|
||||
[tool.maturin]
|
||||
module-name = "typos"
|
||||
bindings = "bin"
|
||||
|
|
Loading…
Reference in a new issue