Skip to content

Commit

Permalink
feat: refactoring exporting mod
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Jun 9, 2024
1 parent e50ae36 commit 106d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/whisky/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod builder;
pub mod service;
pub use sidan_csl_rs;
pub use sidan_csl_rs::builder as builder_core;
pub use sidan_csl_rs::core;
pub use sidan_csl_rs::csl;
pub use sidan_csl_rs::model;

0 comments on commit 106d3c5

Please sign in to comment.