summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2020-11-17 22:10:51 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2020-11-17 22:10:51 +0000
commit2ecf8bd5db43e02f7b9b2d1e99721b9f1dd54a28 (patch)
tree2a06b170742f1375e79cbaee0a8abb84cdd640fc /Cargo.toml
Initial Commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 000000000..3aa24a7d3
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "module"
+version = "0.1.0"
+authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
+edition = "2018"
+description = "A small client-side library for writing mosaic plugins (tiles)"
+repository = "https://github.com/mosaic-org/strider"
+license = "MIT"
+
+[dependencies]
+colored = "2"
+mosaic-tile = "0.1"
+pretty-bytes = "0.2" \ No newline at end of file