diff --git a/Cargo.toml b/Cargo.toml index 3449e70..7a6964b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ version = "0.0.1" authors = ["John Breaux "] edition = "2021" license = "MIT" -registry = ["soft-fish"] +publish = ["soft-fish"] diff --git a/libconlang/Cargo.toml b/libconlang/Cargo.toml index 7120afc..3ce19d0 100644 --- a/libconlang/Cargo.toml +++ b/libconlang/Cargo.toml @@ -6,7 +6,7 @@ authors.workspace = true version.workspace = true edition.workspace = true license.workspace = true -registry.workspace = true +publish.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html