Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix: Public dependencies that aren't 1.0 yet are now re-exported usin…
Browse files Browse the repository at this point in the history
…g `pub extern crate`
  • Loading branch information
Michael-F-Bryan committed Sep 29, 2023
1 parent 6125a7a commit f320204
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
//! You'll typically start by deserializing into a [`Manifest`] and inspecting
//! its properties.

pub extern crate serde_cbor;
pub extern crate toml;

pub mod rust;

use std::{
Expand Down

0 comments on commit f320204

Please sign in to comment.