Skip to content

Commit

Permalink
#4 adding lock module
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Mar 13, 2024
1 parent dcadae6 commit f805109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod context;
pub mod project;
pub mod toolchain;
pub mod toolchain;
pub mod lock;

0 comments on commit f805109

Please sign in to comment.