File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2016-2019 Laurent Arnoud <laurent@spkdev.net>
3
+ Copyright (c) 2016-2020 Laurent Arnoud <laurent@spkdev.net>
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining
6
6
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ format](https://github.com/mperham/sidekiq/wiki/Job-Format) as reference.
6
6
7
7
## Dependencies
8
8
9
+ * [ rand] ( https://github.com/rust-random/rand )
9
10
* [ redis] ( https://github.com/mitsuhiko/redis-rs )
10
11
* [ r2d2-redis] ( https://github.com/sorccu/r2d2-redis )
11
12
* [ serde_json] ( https://github.com/serde-rs/json )
@@ -21,18 +22,21 @@ sidekiq = "0.8"
21
22
22
23
* REDIS_URL="redis://127.0.0.1/"
23
24
24
- ## REFERENCES
25
+ ## Used by
25
26
26
27
* < https://github.com/jkcclemens/paste >
28
+ * < https://github.com/spk/maman >
29
+
30
+ ## REFERENCES
31
+
27
32
* < http://julienblanchard.com/2015/using-resque-with-rust/ >
28
33
* < https://github.com/d-unseductable/rust_sidekiq >
29
- * < https://github.com/spk/maman >
30
34
31
35
## LICENSE
32
36
33
37
The MIT License
34
38
35
- Copyright (c) 2016-2019 Laurent Arnoud < laurent@spkdev.net >
39
+ Copyright (c) 2016-2020 Laurent Arnoud < laurent@spkdev.net >
36
40
37
41
---
38
42
[ ![ Build] ( https://img.shields.io/travis/spk/rust-sidekiq/master.svg )] ( https://travis-ci.org/spk/rust-sidekiq )
You can’t perform that action at this time.
0 commit comments