diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-01-04 20:34:54 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-01-05 01:10:48 +0100 |
commit | 7b8412d8b84d3fd37f43c0b07a1b8049a21dd999 (patch) | |
tree | 9d90bd58d551f6abfe90e898b6890a90a79d9c09 /Cargo.toml | |
download | batteriewarner-7b8412d8b84d3fd37f43c0b07a1b8049a21dd999.tar.gz batteriewarner-7b8412d8b84d3fd37f43c0b07a1b8049a21dd999.zip |
seems to work
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a801c97 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "batteriewarner" +version = "0.1.0" +authors = ["Yves Fischer <yvesf-git@xapek.org>"] + +[dependencies] |