diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2021-01-10 19:54:34 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2021-01-10 19:54:34 -0300 |
commit | 7fa34698ba8ee80227fa0b8eaab7a7382a5cf465 (patch) | |
tree | 2a2b8bbfd2de5c93744629e0a16bc82f53e63273 /Cargo.toml | |
parent | 6d356f0c681cb2bb0f26d848ed467f65c49769a5 (diff) | |
download | bezier-7fa34698ba8ee80227fa0b8eaab7a7382a5cf465.tar.gz bezier-7fa34698ba8ee80227fa0b8eaab7a7382a5cf465.zip |
Separate project into modules
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "poly" +name = "bezier" version = "0.1.0" authors = ["Juan Manuel Tomás <jtomas1815@gmail.com>"] edition = "2018" |