[package] name = "location_info" version = "0.1.0-alpha-1" edition = "2021" license = "Apache-2.0 OR MIT" authors = ["TheZoq2 "] description = "Library for keeping track of the original source location of things" homepage = "https://gitlab.com/spade-lang/location_info" repository = "https://gitlab.com/spade-lang/location_info" documentation = "https://docs.rs/location_info" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.136", features = ["derive"]}