Skip to content

Commit

Permalink
rust version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasushi committed Apr 17, 2019
1 parent 1798302 commit 7cf145d
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 551 deletions.
29 changes: 8 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
.DS_Store
# Generated by Cargo
# will have compiled files and executables
/target/

node_modules/

Pipfile
/.venv
*.pyc
__pycache__/
.cache
pipenv.egg-info/
*.swp
.sublime-text-git-autocommit
docs/_build
dist
build
.DS_Store
test_project
Pipfile.lock
/.vscode/
.idea

CS_CityIO_Backend
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
21 changes: 21 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[package]
name = "cs_cityio_backend"
version = "0.1.0"
authors = ["yasushi"]
edition = "2018"

[dependencies]
actix-web = "1.0.0-alpha.4"

bytes = "0.4"
futures = "0.1"
env_logger = "*"

serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
json = "*"
postgres = {version = "0.15", features = ["with-serde_json"]}

sha256 = { path="../sha256" }

2 changes: 0 additions & 2 deletions log/.gitignore

This file was deleted.

171 changes: 0 additions & 171 deletions main.go

This file was deleted.

Loading

0 comments on commit 7cf145d

Please sign in to comment.