diff --git a/README.md b/README.md index d39c555..04cf2a4 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [lustre_virtual_list](https://github.com/schurhammer/lustre_virtual_list) - [📚](https://hexdocs.pm/lustre_virtual_list/) - A virtual list component for lustre. - [lustre_websocket](https://codeberg.org/kero/lustre_websocket) - [📚](https://hexdocs.pm/lustre_websocket/) - Web Socket requests from lustre - [sketch](https://github.com/ghivert/sketch) - [📚](https://hexdocs.pm/sketch/) - A CSS-in-Gleam package, made to work with frontend, and directly with lustre! +- [tardis](https://github.com/ghivert/tardis) - [📚](https://hexdocs.pm/tardis/) - Time traveller debugger, tailor-made for Lustre ### Gleam diff --git a/packages/mumu.toml b/packages/mumu.toml new file mode 100644 index 0000000..f89b04b --- /dev/null +++ b/packages/mumu.toml @@ -0,0 +1,5 @@ +name = "mumu" +description = "Hash strings using the non-cryptographic hash Murmur3 in Gleam" +docs_url = "https://hexdocs.pm/mumu/" +repo_url = "https://github.com/georgesboris/mumu" +category = "" diff --git a/packages/tardis.toml b/packages/tardis.toml new file mode 100644 index 0000000..06ebef1 --- /dev/null +++ b/packages/tardis.toml @@ -0,0 +1,5 @@ +name = "tardis" +description = "Time traveller debugger, tailor-made for Lustre" +docs_url = "https://hexdocs.pm/tardis/" +repo_url = "https://github.com/ghivert/tardis" +category = "Frontend"