chore: Initial commit
This commit is contained in:
commit
f2783d49c6
8 changed files with 2903 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue