Skip to content

Commit d721743

Browse files
authored
Merge pull request #104 from nrdxp/as-lib
Use as library
2 parents a0dd406 + 2d06590 commit d721743

File tree

5 files changed

+692
-681
lines changed

5 files changed

+692
-681
lines changed

Cargo.lock

+11-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { version = "1.0.104", features = [ "derive" ] }
2323
serde_json = "1.0.48"
2424
signal-hook = "0.3"
2525
thiserror = "1.0"
26-
tokio = { version = "0.3.5", features = [ "full" ] }
26+
tokio = { version = "1.9.0", features = [ "full" ] }
2727
toml = "0.5"
2828
whoami = "0.9.0"
2929
yn = "0.1"

0 commit comments

Comments
 (0)