diff --git a/README.md b/README.md index 2257354..0933638 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### Time +- [Clockwork](https://github.com/renatillas/clockwork) - [📚](https://hexdocs.pm/Clockwork/) - A cron expression parser library for Gleam - [birl](https://github.com/massivefermion/birl) - [📚](https://hexdocs.pm/birl/) - Date / Time handling for Gleam - [gleam_time](https://github.com/gleam-lang/time) - [📚](https://hexdocs.pm/gleam_time/) - Work with time in Gleam! - [gtempo](https://github.com/jrstrunk/tempo) - [📚](https://hexdocs.pm/gtempo/) - A lightweight and Gleamy datetime library! diff --git a/packages/clockwork.toml b/packages/clockwork.toml new file mode 100644 index 0000000..0948792 --- /dev/null +++ b/packages/clockwork.toml @@ -0,0 +1,4 @@ +name = "Clockwork" +description = "A cron expression parser library for Gleam" +repo_url = "https://github.com/renatillas/clockwork" +category = "Time"