aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-18 18:48:56 -0500
committerGitHub <noreply@github.com>2019-11-18 18:48:56 -0500
commitb5dcf420c98a93dc2aa5f5f2d9a0ef028d921e80 (patch)
treed7b92e72b4b1d805b83f7c7788ba4b2087f89d6e /Cargo.toml
parent0ad852aa4a2bf81ce7367c150835893dac0cea02 (diff)
Add ticket functionality to dev-suite (#3)
This adds the ability to open new tickets, close them, and show them from the commandline. This functionality is enough to get started adding more tickets to the repo from here on out and work on new tools with tickets associated with them.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfb4c1a..0554ab7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,4 @@
[workspace]
members = [
- "ticket"
+ "ticket",
]