[package] name = "tele_visit" version = "0.2.0" description = "A CSS AST visitor for visit the AST produced by tele_parser" edition = "2021" repository = "https://github.com/telecss/telecss" license = "MIT" keywords = ["css", "telecss", "tele_visit", "visit"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tele_parser = { path = "../tele_parser", version = "0.2.0" } [dev-dependencies] insta = "1.10.0" tele_tokenizer = { path = "../tele_tokenizer", version = "0.2.0" }