feat: add readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-03 12:40:09 +02:00
parent 145e067454
commit 613947ac88
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -278,7 +278,7 @@ dependencies = [
[[package]] [[package]]
name = "notmad" name = "notmad"
version = "0.7.5" version = "0.8.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@@ -6,6 +6,7 @@ license = "MIT"
repository = "https://github.com/kjuulh/mad" repository = "https://github.com/kjuulh/mad"
authors = ["kjuulh"] authors = ["kjuulh"]
edition = "2024" edition = "2024"
readme = "../../README.md"
[dependencies] [dependencies]
anyhow.workspace = true anyhow.workspace = true