Add initial generated sources.

This commit is contained in:
Thomas Gideon 2017-06-04 10:21:22 -04:00
parent 279a8ad1d4
commit f2c7e09339
3 changed files with 15 additions and 0 deletions

3
.gitignore vendored
View File

@ -8,3 +8,6 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
target/
**/*.rs.bk
Cargo.lock

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "ghostly"
version = "0.1.0"
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
[dependencies]

6
src/lib.rs Normal file
View File

@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}