[package] name = "komment-parser-rs" version = "0.1.0" authors = ["Harshil Jani"] edition = "2021" description = "Extract dependencies list from comment and create Cargo.toml" keywords = ["parser", "parsing", "comment", "comments","komment"] categories = ["parsing", "parser-implementations", "text-processing"] license = "GPL-3.0-only" repository = "https://github.com/Nactore/komment-parser-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] comment-parser = "0.1.0" [lib] doctest = false