launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
12.36k stars 1.18k forks source link

Add LICENSE-* files to crates #3293

Closed LecrisUT closed 1 week ago

LecrisUT commented 2 weeks ago

fixes #3237

abonander commented 1 week ago

Using symlinks is probably not a good idea as I don't know if Cargo resolves them, and they probably have issues on Windows.

LecrisUT commented 1 week ago

This has been used on other projects (example). Symlink support for git on windows has been solved for over 5 years (windows server 2019 iirc, but try to google for specific year). Please use symlinks in git repos whenever it make sense

abonander commented 1 week ago

All righty then, I'll remember this if it comes up.