Track lib licenses #25

Open
opened 2025-10-24 22:18:45 +00:00 by w1cdn · 1 comment
Owner

It's not something I mentioned earlier but try your best to use std libs so we don't have license issues later
either that or libs with very permissive licenses that let us use CC BY-NC-SA

> It's not something I mentioned earlier but try your best to use std libs so we don't have license issues later > either that or libs with very permissive licenses that let us use CC BY-NC-SA
Author
Owner
- use serde_json::json; - "MIT OR Apache-2.0" https://docs.rs/serde_json/latest/serde_json/ - use reqwest; - "MIT OR Apache-2.0" https://docs.rs/reqwest/latest/reqwest/ - use regex::Regex; - "MIT OR Apache-2.0" https://docs.rs/regex/latest/regex/ - use rand::Rng; - "MIT OR Apache-2.0" https://docs.rs/rand/latest/rand/index.html
w1cdn changed title from Check licenses to Track lib licenses 2025-10-24 22:27:31 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: w1cdn/mwtchahrd#25
No description provided.