Skip to content

Commit

Permalink
update: use crates.io library
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Feb 22, 2024
1 parent bd73037 commit 154a853
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion three-style-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "MIT"
readme = "../README.md"

[dependencies]
three-style-lib = { path = "../three-style-lib" }
clap = { version = "4.5.1", features = ["derive", "color"] }
three-style-lib = "0.1.0"

0 comments on commit 154a853

Please sign in to comment.