summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-02 08:21:22 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-02 10:47:50 -0400
commit0d593c2de31b57664c43b6d075965ae4025c9228 (patch)
tree8e1603d820fe9b4df24de1ccc2620a62cd85c351 /Cargo.toml
parent728afaf2ea92505978c1acdccf243be0ed89d671 (diff)
Implement compositional decoration attributes
Ref #205
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c7e71fb..969a3116 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ path = "src/main.rs"
ansi_colours = "1.0.1"
ansi_term = "0.12.1"
atty = "0.2.14"
+bitflags = "1.1.0"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.11.3"