[package] name = "parse-log" version = "0.1.4" edition = "2021" description = "tail implementation" repository = "https://github.com/killown/parse-log/" license = "MIT" keywords = ["log", "file", "parse"] categories = ["parsing"] license-file = "license-mit" exclude = ["/ci", "images/", ".*"] include = ["/src", "license-mit"] package-name = "parse-log" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "tail"