diff options
Diffstat (limited to 'dichroism/Cargo.toml')
-rw-r--r-- | dichroism/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml new file mode 100644 index 0000000..28e7701 --- /dev/null +++ b/dichroism/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "dichroism" +version = "0.1.0" +authors = ["Adam Carpenter <atc@53hor.net>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |