Skip to content

Commit

Permalink
some minor improvements (v0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz committed Feb 24, 2024
1 parent 39de9c7 commit bec486f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ termcolor = "1.1"
ansi_term = "0.12.1"
regex = "1.10.2"

[[bin]]
name = "logly"
path = "src/lib.rs"
#[[bin]]
#name = "logly"
#path = "src/lib.rs"
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// lib.rs

// Import the logly module
pub mod logly;

mod logly;

0 comments on commit bec486f

Please sign in to comment.