We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5b34d commit 09fa58dCopy full SHA for 09fa58d
shard.yml
@@ -11,17 +11,17 @@ targets:
11
dependencies:
12
db: # Used for DB::Pool to get a connection pool for `HTTP::Client`s
13
github: crystal-lang/crystal-db
14
+ protobuf:
15
+ # github: jeromegn/protobuf.cr
16
+ github: m-o-e/protobuf.cr
17
+ branch: improve-enum # Uses short names for enums
18
19
# For the example web app
20
development_dependencies:
21
armature:
22
github: jgaskins/armature
23
interro:
24
github: jgaskins/interro
- protobuf:
- # github: jeromegn/protobuf.cr
- github: m-o-e/protobuf.cr
- branch: improve-enum
25
mpsc:
26
github: jgaskins/mpsc
27
0 commit comments