[package] name = "vms2-tile-db-reader" version = "0.1.5" edition = "2021" authors = ["Ringo Leese "] description = "A class for reading tile data from a database." repository = "https://github.com/ringostarr80/rust-vms2-tile-db-reader" homepage = "https://github.com/ringostarr80/rust-vms2-tile-db-reader" license = "MIT" keywords = ["locr", "vms2", "tile"] [dependencies] byteorder = "1.5" rusqlite = { version = "0.32", features = ["bundled"] }