aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-04-12 20:17:25 +0200
committerTeddy Wing2018-04-12 20:17:25 +0200
commit83905e4db4bb934025e6656a5573239cea086bae (patch)
treefe879c7d8492cda535b5ff87231ff5e5f2738bf7 /Cargo.toml
downloadmeetup-find-events-rss-83905e4db4bb934025e6656a5573239cea086bae.tar.bz2
Initial commit. Generated Rust v1.25.0 project.
Generated with: $ cargo new --bin meetup-find-events-rss
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..242064c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+name = "meetup-find-events-rss"
+version = "0.0.1"
+
+[dependencies]