[package] name = "svsep" version = "1.0.0" edition = "2018" authors = ["Mohammed Ali Agha "] description = "A command-line utility to separate Svelte files into 3 separate .html, .css, and .js files" license = "MIT" repository = "https://github.com/dodiameer/svsep" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3" anyhow = "1.0"