diff --git a/crates/esploda/Cargo.toml b/crates/esploda/Cargo.toml index 6d337d5..ce561ec 100644 --- a/crates/esploda/Cargo.toml +++ b/crates/esploda/Cargo.toml @@ -2,9 +2,9 @@ name = "esploda" description = "Esplora client, sans I/O" version = "0.2.0" +repository = "https://github.com/dcdpr/taxcount" authors = ["Jay Oster ", "rgrant "] edition = "2021" -publish = false license = "MPL-2.0" [features] diff --git a/crates/fett/Cargo.toml b/crates/fett/Cargo.toml index 1265963..af59387 100644 --- a/crates/fett/Cargo.toml +++ b/crates/fett/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "fett" description = "This is the way to do concurrent memoizing maps." -authors = ["Jay Oster "] version = "0.1.0" +repository = "https://github.com/dcdpr/taxcount" +authors = ["Jay Oster "] edition = "2021" -publish = false license = "MPL-2.0" [dependencies]