From 613947ac88b7e7ec8d099f98b2909fa5aff4eb48 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 3 Sep 2025 12:40:09 +0200 Subject: [PATCH] feat: add readme --- Cargo.lock | 2 +- crates/mad/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2217b53..29b28bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "notmad" -version = "0.7.5" +version = "0.8.1" dependencies = [ "anyhow", "async-trait", diff --git a/crates/mad/Cargo.toml b/crates/mad/Cargo.toml index d55768b..757e9f6 100644 --- a/crates/mad/Cargo.toml +++ b/crates/mad/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" repository = "https://github.com/kjuulh/mad" authors = ["kjuulh"] edition = "2024" +readme = "../../README.md" [dependencies] anyhow.workspace = true