Skip to content

Commit 58b654f

Browse files
authored
Merge pull request #9 from golemcloud/reexport-package-name
Reexport PackageName
2 parents 2992372 + a84c7dc commit 58b654f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::ops::Range;
1313
use std::sync::atomic::{AtomicBool, Ordering};
1414
use topologic::AcyclicDependencyGraph;
1515
use wit_component::{ComponentEncoder, StringEncoding};
16-
use wit_parser::{PackageId, PackageName, Resolve, WorldId};
16+
use wit_parser::{PackageId, Resolve, WorldId};
1717

1818
mod moonc_wasm;
1919

@@ -25,6 +25,8 @@ pub mod get_script;
2525
#[cfg(feature = "typed-config")]
2626
pub mod typed_config;
2727

28+
pub use wit_parser::PackageName;
29+
2830
static MOONBIT_CORE: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/bundled-core");
2931

3032
#[derive(Default)]

0 commit comments

Comments
 (0)