[package] name = "tml_parser" version = "1.0.6" authors = ["Yanis HEDJEM "] edition = "2018" description = "The official parser for the TML language" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] [dependencies] serde = {version="1.0.112", features=["derive"]}