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

Commit

Permalink
Start px86 project
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed May 2, 2016
0 parents commit ca0e3e3
Show file tree
Hide file tree
Showing 3 changed files with 14 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
Cargo.lock
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "px86"
version = "0.1.0"
authors = ["Yuku Takahashi <taka84u9@gmail.com>"]

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

0 comments on commit ca0e3e3

Please sign in to comment.