Skip to content

Commit acb2f2b

Browse files
committed
Re-export 'toml_edit' since it appears in public API
1 parent 83b3948 commit acb2f2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pub use index::*;
4343
pub use manifest::{find, get_dep_version, set_dep_version, LocalManifest, Manifest};
4444
pub use metadata::manifest_from_pkgid;
4545
pub use registry::registry_url;
46+
pub use toml_edit;
4647
pub use util::{
4748
colorize_stderr, shell_note, shell_print, shell_status, shell_warn, shell_write_stderr,
4849
shell_write_stdout, Color, ColorChoice,

0 commit comments

Comments
 (0)