Based on MoonZoon
To use vendored sources, add this to your .cargo/config.toml for this project:
[source.crates-io] replace-with = "vendored-sources"
[source."git+https://github.com/MoonZoon/MoonZoon?branch=main"] git = "https://github.com/MoonZoon/MoonZoon" branch = "main" replace-with = "vendored-sources"
[source.vendored-sources] directory = "vendor"
runtime-async-std-native-tls sqlx = {version ="0.8.3", features = ["postgres", "runtime-tokio-rustls"]}
backend3 11.55