aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-09-18 14:44:22 (UTC)
committerjan <jan@ruken.pw>2016-09-18 14:44:22 (UTC)
commit4ed4b0951982475bfacead6de53c505a2bc45f08 (patch)
tree0c63b22bb0732e8c6219a51e8738c71c8fa23a59 /Cargo.toml
initial commitHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..bd253c6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "acd_series_finder"
3version = "0.1.0"
4authors = ["rknshia"]
5
6[dependencies]
7log = "0.3"
8env_logger = "0.3"
9regex = "0.1" \ No newline at end of file