123456789101112131415161718 |
- [package]
- name = "webdrop"
- version = "0.1.0"
- authors = ["Johann Woelper <woelper@gmail.com>"]
- edition = "2018"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- seed = "^0.5.0"
- wasm-bindgen = "^0.2.50"
- drop = { path = "../drop" }
- [lib]
- crate-type = ["cdylib"]
- [profile.release]
- lto = true
|