[package] name = "rs-common" version = "0.1.0" edition = "2021" license = "MIT" keywords = ["rs-toolbox", "tools", "common", "lib"] authors = ["Carl Neben "] description = "The basics of the rs-toolbox project. Contains common code between repositories." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.56" logs = "0.7.1" env_logger = "0.10.1"