notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit c05d0713b7cf2342d0d19c20a7cc476894f179e3
parent c1d6788a9f68f71bf0af6b00553651f0362ceda3
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 11 Feb 2024 12:49:11 -0800

cargo: rename to notedeck

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "damus" +name = "notedeck" version = "0.1.0" authors = ["William Casarin <jb55@jb55.com>"] edition = "2021"