A webring in use by the solarpunk.moe community
Find a file
Fries 8206cc6105 make the cli more portable, and add logging
the cli now uses a new module in the shared crate, called directories
which is a module that has functions for directory stuff, mainly, it
uses the directories crate to have a portable way to have directories
for the application like data directories and config directories.

i also added logging to the shared and cli crates, so you can see debug
stuff with the RUST_LOG environment variable.
2023-07-01 18:27:03 -07:00
.vscode make the cli more portable, and add logging 2023-07-01 18:27:03 -07:00
cli make the cli more portable, and add logging 2023-07-01 18:27:03 -07:00
public add a not found template and reorgainze the code 2023-06-29 19:45:41 -07:00
shared make the cli more portable, and add logging 2023-07-01 18:27:03 -07:00
src add a remove command and error handling to the cli 2023-06-30 23:12:55 -07:00
templates use the askama compile time template engine 2023-06-29 21:24:53 -07:00
.editorconfig add a basic implementation of the webring 2023-06-28 15:08:23 -07:00
.gitignore Initial json parsing 2023-06-30 17:47:25 +01:00
Cargo.lock make the cli more portable, and add logging 2023-07-01 18:27:03 -07:00
Cargo.toml add a remove command and error handling to the cli 2023-06-30 23:12:55 -07:00
LICENSE Initial commit 2023-06-28 20:10:48 +00:00
README.md Initial commit 2023-06-28 20:10:48 +00:00
rustfmt.toml add a basic implementation of the webring 2023-06-28 15:08:23 -07:00

meowy-webring

A webring in use by the solarpunk.moe community