From a4ff13dc2fe966061de905c95cb3c0fbd511aec5 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sat, 2 Aug 2025 20:11:47 -0700 Subject: [PATCH] Prepare esploda and fett for publising --- crates/esploda/Cargo.toml | 2 +- crates/fett/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]