Cargos.toml: wrong key ("publish")

This commit is contained in:
John 2023-10-23 23:42:39 -05:00
parent 9196d3b1da
commit 0e1beca43d
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ version = "0.0.1"
authors = ["John Breaux <j@soft.fish>"] authors = ["John Breaux <j@soft.fish>"]
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
registry = ["soft-fish"] publish = ["soft-fish"]

View File

@ -6,7 +6,7 @@ authors.workspace = true
version.workspace = true version.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
registry.workspace = true publish.workspace = true
repository.workspace = true repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html