[package] name = "elvis-core" 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' [dependencies] elvis-core-support = { path = "../support", version = "0.1.0" } [features] web = [] default = ["web"]