Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit a6abac8

Browse files
committed
Replace app with lib template
1 parent 872f896 commit a6abac8

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
/doc/
1+
/docs/
22
/lib/
33
/bin/
44
/.shards/
5-
marpa
5+
6+
# Libraries don't need dependency lock
7+
# Dependencies will be locked in application that uses them
8+
/shard.lock

shard.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ version: 0.1.0
44
authors:
55
- Omar Roth <[email protected]>
66

7-
targets:
8-
marpa:
9-
main: src/marpa.cr
10-
11-
crystal: 0.24.1
7+
crystal: 0.24.2
128

139
license: MIT

0 commit comments

Comments
 (0)