[package] name = "libtaskrs" edition = "2021" version = "0.1.0" authors = ["Adam Gaia"] description = "Placeholder for a WIP project" homepage = "https://github.com/adam-gaia/taskrs" documentation = "https://github.com/adam-gaia/taskrs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adam-gaia/taskrs" [dependencies] boilermates = "0.3.0" chrono = { version = "0.4.31", features = ["serde"] } sqlx = { version = "0.7.2", features = ["macros"] } utoipa = "3.5.0" uuid = { version = "1.4.1", features = ["serde"] } [dependencies.serde] version = "1.0.188" features = ["derive"]