Skip to content

Commit

Permalink
Update Cargo for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmerritt committed Jun 10, 2018
1 parent 039f88c commit e707ba2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "etf_balancer"
version = "0.1.0"
description = "Balance a portfolio of ETFs across multiple accounts"
readme = "README.md"
repository = "https://github.com/gnmerritt/etf-balancer"
travis-ci = { repository = "gnmerritt/etf-balancer", branch = "master" }
license = "MIT"
version = "1.0.0"
authors = ["Nathan Merritt <gnm@the-merritts.net>"]
exclude = [
"spreadsheet/*"
]

[dependencies]
actix-web = "0.6.10"
Expand Down

0 comments on commit e707ba2

Please sign in to comment.