[package] name = "dorothy-ssr" version = "0.1.4" authors = ["Li Jin "] edition = "2021" license = "MIT" homepage = "https://dorothy-ssr.net" repository = "https://github.com/pigpigyyy/Dorothy-SSR" keywords = ["gamedev", "WASM"] documentation = "https://dorothy-ssr.net/docs/api/intro" description = "The lib for building Dorothy SSR games in Rust running on target wasm32-wasi." crate-type = "lib" [dependencies] paste = "1.0.12" once_cell = "1.17.1"