summaryrefslogtreecommitdiff
path: root/employees/Cargo.toml
diff options
context:
space:
mode:
authorAdam Carpenter <adam.carpenter@adp.com>2019-02-12 09:54:54 -0500
committerAdam Carpenter <adam.carpenter@adp.com>2019-02-12 09:54:54 -0500
commit388ab48626f6a10b8dfac59170046022b208f7fa (patch)
tree3bd270bab932bb2299dc6464d60aa542568a6183 /employees/Cargo.toml
parentb92640850c55d0ef6e4f2f555702c7d08832aa59 (diff)
downloadlearning-rust-388ab48626f6a10b8dfac59170046022b208f7fa.tar.xz
learning-rust-388ab48626f6a10b8dfac59170046022b208f7fa.zip
Re-added employees
Diffstat (limited to 'employees/Cargo.toml')
-rw-r--r--employees/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/employees/Cargo.toml b/employees/Cargo.toml
new file mode 100644
index 0000000..016ef3b
--- /dev/null
+++ b/employees/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "employees"
+version = "0.1.0"
+authors = ["Adam Carpenter <adam.carpenter@adp.com>"]
+edition = "2018"
+
+[dependencies]