chore: Initial commit

This commit is contained in:
Tristan Daniël Maat 2025-03-09 06:04:10 +08:00
commit f2783d49c6
Signed by: tlater
GPG key ID: 49670FD774E43268
8 changed files with 2903 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "draft-manager"
version = "0.1.0"
edition = "2021"
[dependencies]
console_error_panic_hook = "0.1.7"
dedent = "0.1.1"
leptos = { version = "0.7.7", features = ["csr"] }
thiserror = "2.0.12"