summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-07-12 22:31:55 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-07-12 22:31:57 -0400
commit70242bc2b2de5e1092f0e2c3ee978e1040d3e4e5 (patch)
treebb7e97a9499da6fecc2ce6f307133c4d3742c502 /Cargo.toml
parent01554758a03a2a28e19bcc878f96375a0b44ece1 (diff)
refactor: remove beef dependency for now
This is just a temp change, I wanted to remove it just for clarity's sake among dependencies, and will probably add it back in the future. For now I'll just stick to std's beef.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d28922ea..c104daa2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,6 @@ default = ["fern", "log"]
anyhow = "1.0.40"
backtrace = "0.3.59"
battery = "0.7.8"
-beef = "0.5.0"
chrono = "0.4.19"
crossterm = "0.18.2"
ctrlc = { version = "3.1.9", features = ["termination"] }