crystal-gauntlet/shard.yml
Jill 8b3a39da9d custom song system more-or-less outlined
it's functional, but missing a lot of the functionality; very little checks to match the config are done and caching is completely missing
2023-01-02 09:56:04 +03:00

29 lines
508 B
YAML

name: crystal-gauntlet
version: 0.1.0
authors:
- Jill "oatmealine" Monoids <oatmealine@disroot.org>
- winter <me@wint0r.zone>
targets:
crystal-gauntlet:
main: src/crystal-gauntlet.cr
dependencies:
db:
github: crystal-lang/crystal-db
sqlite3:
github: crystal-lang/crystal-sqlite3
migrate:
github: vladfaust/migrate.cr
version: ~> 0.5.0
dotenv:
github: gdotdesign/cr-dotenv
toml:
github: crystal-community/toml.cr
branch: master
crystal: 1.6.2
license: MIT