Skip to content

Commit

Permalink
updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0b01 committed Oct 6, 2017
1 parent 0c1ee68 commit b1bd936
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "tectonic"
version = "0.1.0"
authors = ["Ricky Han <[email protected]>"]
description = "fast datastore server for contiguous order book ticks"
repository = "https://github.com/rickyhan/tectonic"
keywords = ["finance", "datastore", "database", "financial"]
license = "MIT"
readme = "README.md"
exclude = [
"db/*",
]


[lib]
name = "dtf"
Expand Down

0 comments on commit b1bd936

Please sign in to comment.