Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Apr 21, 2018
0 parents commit 06f673f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "cwa"
version = "0.1.0"
authors = ["losfair <[email protected]>"]
description = "Common WebAssembly API library"
license = "MIT"
repository = "https://github.com/CommonWA/cwa-rs"

[dependencies]

0 comments on commit 06f673f

Please sign in to comment.