diff options
Diffstat (limited to 'shard.yml')
| -rw-r--r-- | shard.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shard.yml b/shard.yml new file mode 100644 index 0000000..d22daea --- /dev/null +++ b/shard.yml @@ -0,0 +1,13 @@ +name: flint +version: 0.1.0 + +authors: + - Matthew Hall <hallmatthew314@gmail.com> + +targets: + flint: + main: src/flint.cr + +crystal: 1.5.0 + +license: MIT |
