1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-27 09:32:16 +02:00

Thank creator of uwu crate. (#1505)

This commit is contained in:
Adrian Taylor 2023-11-29 14:38:19 +00:00 committed by GitHub
parent 4744079253
commit 5cec89045b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,12 @@ Students will need to download lots of transitive dependencies.
The total crates needed are: uwuify, smallvec, scopeguard, parking_lot, The total crates needed are: uwuify, smallvec, scopeguard, parking_lot,
parking_lot_core, lock_api and instant. If students are downloading even parking_lot_core, lock_api and instant. If students are downloading even
more than that, they probably forgot to turn off the default features. more than that, they probably forgot to turn off the default features.
Thanks to [Daniel Liu][3] for this crate!
</detail> </detail>
[0]: https://crates.io/crates/uwuify [0]: https://crates.io/crates/uwuify
[1]: https://doc.rust-lang.org/cargo/reference/features.html#the-default-feature [1]: https://doc.rust-lang.org/cargo/reference/features.html#the-default-feature
[2]: https://source.chromium.org/chromium/chromium/src/+/main:build/rust/rust_executable.gni [2]: https://source.chromium.org/chromium/chromium/src/+/main:build/rust/rust_executable.gni
[3]: https://github.com/Daniel-Liu-c0deb0t