Skip to content

Commit

Permalink
Merge pull request #29 from sidan-lab/feature/refactor-export
Browse files Browse the repository at this point in the history
feat: refactoring exporting mod
  • Loading branch information
HinsonSIDAN authored Jun 9, 2024
2 parents e50ae36 + 106d3c5 commit 3ae4219
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 3ae4219

Please sign in to comment.