Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish committed Nov 1, 2018
0 parents commit fc42f10
Show file tree
Hide file tree
Showing 6 changed files with 623 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
348 changes: 348 additions & 0 deletions Cargo.lock

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

11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "alma"
version = "0.1.0"
authors = ["Roey Darwish Dror"]

[dependencies]
which = "2.0.0"
failure = "0.1.3"
log = "0.4.6"
structopt = "0.2.12"
simplelog = "0.5.3"
Loading

0 comments on commit fc42f10

Please sign in to comment.