diff options
author | Till Hoeppner | 2014-11-25 15:18:40 +0100 |
---|---|---|
committer | Till Hoeppner | 2014-11-25 15:18:40 +0100 |
commit | 8ddcc712b3b353f27e08163ae43e7844079755bc (patch) | |
tree | eab235a6f35ce321d461f38454ddebc13cafb26d /src | |
download | sersve-8ddcc712b3b353f27e08163ae43e7844079755bc.tar.gz sersve-8ddcc712b3b353f27e08163ae43e7844079755bc.tar.xz sersve-8ddcc712b3b353f27e08163ae43e7844079755bc.zip |
Initial commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..a93251b --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,3 @@ +#[test] +fn it_works() { +} |