Skip to content

Commit

Permalink
Creatio ex nihilo
Browse files Browse the repository at this point in the history
I arrived at this point via a lot of trial and error, and nonsensical
Git commits that were largely just progress markers, not atomic commits.
This is a heavily rebased squashed commit from which I'll start tracking
changes!
  • Loading branch information
DavidCain committed Jan 22, 2019
0 parents commit 6027d84
Show file tree
Hide file tree
Showing 9 changed files with 1,917 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target/
**/*.rs.bk
277 changes: 277 additions & 0 deletions Cargo.lock

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

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "rusty_cash"
version = "0.1.0"
authors = ["David Cain <[email protected]>"]

[dependencies]
quick-xml = "0.13.1"
decimal = "2.0.4"
chrono = "0.4.6"
ord_subset = "3"
Loading

0 comments on commit 6027d84

Please sign in to comment.