Added docs; started README; started ivago
This commit is contained in:
parent
1ff5682fd9
commit
ba5d149a60
8 changed files with 44 additions and 27 deletions
7
Makefile
7
Makefile
|
|
@ -1,5 +1,4 @@
|
|||
IMAGE := rust_api:latest
|
||||
|
||||
shell := /bin/bash
|
||||
|
||||
|
||||
|
|
@ -30,3 +29,9 @@ run:
|
|||
test:
|
||||
@ cargo test
|
||||
.PHONY: test
|
||||
|
||||
|
||||
# Documentation
|
||||
docs:
|
||||
@ cargo doc --no-deps
|
||||
.PHONY: docs
|
||||
|
|
|
|||
Reference in a new issue