Updated to become a shard.
This commit is contained in:
parent
0ef95ce452
commit
66fcfb76a1
3 changed files with 11 additions and 1 deletions
10
shard.yml
Normal file
10
shard.yml
Normal 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
|
2
test.cr
2
test.cr
|
@ -1,5 +1,5 @@
|
||||||
require "json"
|
require "json"
|
||||||
require "./orm.cr"
|
require "./src/fs.cr"
|
||||||
|
|
||||||
# Basic mapping testing.
|
# Basic mapping testing.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue