Skip to content

Commit

Permalink
Merge remote-tracking branch 'tcp/master'
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
	.travis.yml
  • Loading branch information
Tomasz Drwięga committed Nov 21, 2016
2 parents 24f10bc + 4d1d5cb commit 938548d
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ target
*.swp
Cargo.lock
.idea

17 changes: 17 additions & 0 deletions Cargo.toml
@@ -0,0 +1,17 @@
[package]
name = "json-tcp-server"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]

[dependencies]
jsonrpc-core = "4.0"
mio = "0.5"
slab = "0.1.0"
bytes = "0.3.0"
log = "0.3"
env_logger = "0.3"
lazy_static = "0.2"
serde_json = "0.8"

[dev-dependencies]
rand = "0.3"
3 changes: 3 additions & 0 deletions README.md
@@ -0,0 +1,3 @@
# json-tcp-server

[![Build Status](https://travis-ci.org/ethcore/json-tcp-server.svg?branch=master)](https://travis-ci.org/ethcore/json-tcp-server)

0 comments on commit 938548d

Please sign in to comment.