feat: add base app

This commit is contained in:
2023-05-05 23:35:12 +02:00
commit 831ca76eef
11 changed files with 2031 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "dagger-wasm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]