Skip to content

Commit

Permalink
first commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Tang <miketang84@outlook.com>
  • Loading branch information
Mike Tang committed Apr 20, 2016
0 parents commit efc4ff3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
target
Cargo.lock
6 changes: 6 additions & 0 deletions Cargo.toml
@@ -0,0 +1,6 @@
[package]
name = "swift"
version = "0.1.0"
authors = ["Mike Tang <miketang84@outlook.com>"]

[dependencies]
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
# Swift-rs

A Web Framework.

6 changes: 6 additions & 0 deletions src/lib.rs
@@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}

0 comments on commit efc4ff3

Please sign in to comment.