1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "fastapi-types" description = "Shared types for the FastAPI Rust framework" version.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true [dependencies] [lints] workspace = true