Created
February 16, 2017 01:17
-
-
Save mbrubeck/f7d3618d8f19f1af2e80f9df950336f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "workspace" | |
version = "0.1.0" | |
authors = ["Matt Brubeck <[email protected]>"] | |
[lib] | |
name = "workspace" | |
crate-type = ["staticlib"] | |
[dependencies] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[test] | |
fn it_works() { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment