diff options
author | 2017-05-04 21:31:37 +0200 | |
---|---|---|
committer | 2017-05-04 21:31:37 +0200 | |
commit | f15987b34a554ee7db1df643cebe8be9e0317e38 (patch) | |
tree | 9892ae25e9020a11b7f42f8583df05f610b0db40 /Cargo.toml | |
download | circular-f15987b34a554ee7db1df643cebe8be9e0317e38.tar.gz circular-f15987b34a554ee7db1df643cebe8be9e0317e38.tar.bz2 circular-f15987b34a554ee7db1df643cebe8be9e0317e38.zip |
initial commit
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..1cfafd1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "circular" +version = "0.1.0" +authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"] + +[dependencies] |