[package] name = "elvis-shared" version = "0.1.1" authors = ["clearloop "] edition = "2018" description = "Evlis shared library" repository = "https://github.com/clearloop/elvis" license = "MIT" documentation = "https://docs.rs/elvis-shared" homepage = "https://github.com/clearloop/elvis" include = ["src/**/*", "Cargo.toml", "./README.md"] keywords = ["js", "wasm", "spa", "web"] readme = './README.md' [features] web = [] default = ["web"]