Differences From Artifact [8ef55973a6]:
- File Cargo.toml — part of check-in [f322efafd9] at 2020-11-30 19:49:57 on branch trunk — 0.1.11: optimize out one table, fix /add and /update, add /delete (user: arcade, size: 473) [annotate] [blame] [check-ins using]
To Artifact [8f0ed2fd9a]:
- File Cargo.toml — part of check-in [5148f929f3] at 2020-12-07 19:17:25 on branch trunk — 0.1.12: add guards around checker, fix fetching next source, on check report errors to owner (user: arcade, size: 473) [annotate] [blame] [check-ins using]
1 2 | [package] name = "rsstg" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "rsstg" version = "0.1.12" authors = ["arcade"] edition = "2018" [dependencies] chrono = "*" config = "*" futures = "*" |
︙ | ︙ |