[package] name = "compiler_base_span" version = "0.1.3" edition = "2021" authors = ["zongzhe1024@163.com"] license = "Apache-2.0 OR MIT" description = "compiler_base_span" readme = "README.md" homepage = "https://github.com/kcl-lang/kcl" repository = "https://github.com/kcl-lang/kcl" keywords = ["compiler", "span"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustc_span = "0.1.2"