Skip to content

Commit f060e28

Browse files
committed
Initial commit
0 parents  commit f060e28

File tree

13 files changed

+1006
-0
lines changed

13 files changed

+1006
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DATABASE_URL=todo.db

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target/
2+
**/*.rs.bk
3+
todo.db

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: rust
2+
3+
before_script:
4+
- cargo install --no-default-features --features sqlite diesel_cli
5+
- diesel migration run

0 commit comments

Comments
 (0)