Skip to content

Commit 6054bc7

Browse files
committed
Update README [ci skip]
1 parent bade3d8 commit 6054bc7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016-2019 Laurent Arnoud <laurent@spkdev.net>
3+
Copyright (c) 2016-2020 Laurent Arnoud <laurent@spkdev.net>
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ format](https://github.com/mperham/sidekiq/wiki/Job-Format) as reference.
66

77
## Dependencies
88

9+
* [rand](https://github.com/rust-random/rand)
910
* [redis](https://github.com/mitsuhiko/redis-rs)
1011
* [r2d2-redis](https://github.com/sorccu/r2d2-redis)
1112
* [serde_json](https://github.com/serde-rs/json)
@@ -21,18 +22,21 @@ sidekiq = "0.8"
2122

2223
* REDIS_URL="redis://127.0.0.1/"
2324

24-
## REFERENCES
25+
## Used by
2526

2627
* <https://github.com/jkcclemens/paste>
28+
* <https://github.com/spk/maman>
29+
30+
## REFERENCES
31+
2732
* <http://julienblanchard.com/2015/using-resque-with-rust/>
2833
* <https://github.com/d-unseductable/rust_sidekiq>
29-
* <https://github.com/spk/maman>
3034

3135
## LICENSE
3236

3337
The MIT License
3438

35-
Copyright (c) 2016-2019 Laurent Arnoud <laurent@spkdev.net>
39+
Copyright (c) 2016-2020 Laurent Arnoud <laurent@spkdev.net>
3640

3741
---
3842
[![Build](https://img.shields.io/travis/spk/rust-sidekiq/master.svg)](https://travis-ci.org/spk/rust-sidekiq)

0 commit comments

Comments
 (0)