···11+# Generated by Cargo
22+# will have compiled files and executables
33+/target/
44+55+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
77+Cargo.lock
88+99+# These are backup files generated by rustfmt
1010+**/*.rs.bk
+16
Cargo.toml
···11+[package]
22+name = "cbf-site"
33+version = "0.1.0"
44+authors = ["Cass Forest <cityboundforest@gmail.com>"]
55+description = "My personal website built with WebAssembly and Rust"
66+license = "MIT/Apache-2.0"
77+repository = "https://github.com/skeetcha/skeetcha.github.io"
88+edition = "2021"
99+1010+[lib]
1111+crate-type = ["cdylib"]
1212+1313+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414+1515+[dependencies]
1616+wasm-bindgen = "0.2.79"