Skip to content

Commit 3e11878

Browse files
JeffBelgummehcode
authored andcommitted
Add links to docs.rs in readme and cargo.toml (#1)
1 parent 2f2f4f2 commit 3e11878

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "An in-process scheduler for periodic jobs. Schedule lets you run
55
authors = ["Ryan Leckey <[email protected]>"]
66
homepage = "https://github.com/mehcode/schedule-rs"
77
repository = "https://github.com/mehcode/schedule-rs"
8+
documentation = "https://docs.rs/schedule"
89
readme = "README.md"
910
license = "MIT/Apache-2.0"
1011
keywords = ["schedule", "cron", "job", "periodic"]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# schedule-rs
22
> An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
33
4+
[Documentation](https://docs.rs/schedule)
5+
46
## Install
57

68
```toml

0 commit comments

Comments
 (0)