1 2 3 4 5 6 7 8 9 10 11 12
[dependencies.cook-with-rust-parser] version = "0.0.5" [features] wasm = ["cook-with-rust-parser/wasm"] [package] description = "A CookLang to Markdown transpiling library." edition = "2018" license = "MIT" name = "cook-markdown" version = "0.0.2"