Remove net from dependencies

This commit is contained in:
2shiori17 2023-03-20 22:12:50 +09:00
parent 68472fabf8
commit 74ecc2bd64
6 changed files with 30 additions and 20 deletions

View file

@ -53,6 +53,11 @@ pub mod image {
pub mod base;
}
/// An implementation of the [Fetch specification](https://fetch.spec.whatwg.org/)
pub mod fetch {
pub mod headers;
}
/// A loading context, for context-specific sniffing, as defined in
/// <https://mimesniff.spec.whatwg.org/#context-specific-sniffing>
#[derive(Clone, Debug, Deserialize, MallocSizeOf, Serialize)]