not-your-blog/games/snake_game/Cargo.toml

12 lines
241 B
TOML
Raw Permalink Normal View History

2023-02-13 08:56:23 +07:00
[package]
name = "snake_game"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wasm-bindgen = "0.2.84"
[lib]
crate-type = ["cdylib", "rlib"]