modified stock cargo.toml, added gitignore

This commit is contained in:
Wyatt J. Miller 2022-10-01 16:13:43 -04:00
commit 2ff1449558
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
/Cargo.lock

10
Cargo.toml Normal file
View File

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