Skip to content

Commit 2ae9600

Browse files
author
Serhiy Barhamon
authored
Merge pull request #6 from Lurk/config
Config
2 parents 9a2c1aa + 371a986 commit 2ae9600

File tree

7 files changed

+474
-127
lines changed

7 files changed

+474
-127
lines changed

Cargo.lock

Lines changed: 213 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clink"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Sergey Bargamon <sergey@bargamon.ru>"]
55
edition = "2018"
66

@@ -11,4 +11,6 @@ clipboard = "0.5.0"
1111
linkify = "0.4.0"
1212
url = "2.2.0"
1313
rustop = "1.1.1"
14-
rand = "0.8.3"
14+
rand = "0.8.3"
15+
confy="0.4.0"
16+
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)