Skip to content

Instantly share code, notes, and snippets.

@mpg-tomoya-komiyama
Created July 5, 2019 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpg-tomoya-komiyama/476f861a02a64b26dd55f7aae26eef24 to your computer and use it in GitHub Desktop.
Save mpg-tomoya-komiyama/476f861a02a64b26dd55f7aae26eef24 to your computer and use it in GitHub Desktop.
[package]
name = "sassruist"
version = "0.1.0"
authors = ["mpg-tomoya-komiyama <tomoya.komiyama@medpeer.co.jp>"]
edition = "2018"
[dependencies]
clap = { version = "2.33.0", optional = true }
regex = "1.1.7"
wasm-bindgen = "0.2.47"
walkdir = { version = "2.2.8", optional = true }
[lib]
name = "sassruist"
path = "src/lib.rs"
crate-type = ["cdylib", "lib"]
[[bin]]
name = "sassruist"
path = "src/main.rs"
required-features = ["bin"]
[features]
bin = ["clap", "walkdir"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment