Updated to become a shard.

remotes/1699119438721447925/tmp_refs/heads/master
Luka Vandervelden 2018-11-30 01:22:03 +09:00
parent 0ef95ce452
commit 66fcfb76a1
3 changed files with 11 additions and 1 deletions

10
shard.yml Normal file
View File

@ -0,0 +1,10 @@
name: fs
version: 0.1.0
authors:
- Luka Vandervelden <lukc@upyum.com>
description: |
Filesystem abstraction through near-native types.
license: MIT

View File

View File

@ -1,5 +1,5 @@
require "json"
require "./orm.cr"
require "./src/fs.cr"
# Basic mapping testing.