Inital commit

This commit is contained in:
koffeejava
2026-03-12 18:41:15 -06:00
commit ac429a8fc3
10 changed files with 268 additions and 0 deletions

18
shard.yml Normal file
View File

@@ -0,0 +1,18 @@
name: wfetch
version: 0.1.0
authors:
- koffeejava <aidenspurger572@gmail.com>
targets:
wfetch:
main: src/wfetch.cr
crystal: '>= 1.19.1'
license: MIT
dependencies:
toml:
github: crystal-community/toml.cr
branch: master