Skip to content

Commit

Permalink
Merge pull request #104 from nrdxp/as-lib
Browse files Browse the repository at this point in the history
Use as library
  • Loading branch information
balsoft authored Aug 4, 2021
2 parents a0dd406 + 2d06590 commit d721743
Show file tree
Hide file tree
Showing 5 changed files with 692 additions and 681 deletions.
24 changes: 11 additions & 13 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0.104", features = [ "derive" ] }
serde_json = "1.0.48"
signal-hook = "0.3"
thiserror = "1.0"
tokio = { version = "0.3.5", features = [ "full" ] }
tokio = { version = "1.9.0", features = [ "full" ] }
toml = "0.5"
whoami = "0.9.0"
yn = "0.1"
Expand Down
Loading

0 comments on commit d721743

Please sign in to comment.