feat: add basic

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-06 22:22:46 +02:00
commit 4555ba9eb3
7 changed files with 445 additions and 0 deletions

9
crates/mad/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "mad"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true

1
crates/mad/src/lib.rs Normal file
View File

@@ -0,0 +1 @@