Differences From Artifact [d15c4051b4]:
- File Cargo.toml — part of check-in [ebe7c281a5] at 2020-11-27 19:29:11 on branch trunk — 0.1.9: add ownership checks, rewrite error handling (user: arcade, size: 472) [annotate] [blame] [check-ins using]
To Artifact [11f9855924]:
- File Cargo.toml — part of check-in [39ee25f5c3] at 2020-11-29 19:48:38 on branch trunk — added lock, detailed errors (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.10" authors = ["arcade"] edition = "2018" [dependencies] chrono = "*" config = "*" futures = "*" |
︙ | ︙ |