Initial commit
commit
476ec4656e
|
@ -0,0 +1,3 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "RustSweeper"
|
||||
version = "0.1.0"
|
||||
authors = ["kirbylife <gabriel13m@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ncurses = "5.86.0"
|
||||
rand = "0.6"
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Author: @kirbylife
|
||||
license: GPLv2
|
||||
*/
|
||||
|
||||
fn main() {
|
||||
|
||||
}
|
Loading…
Reference in New Issue