summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Wang2022-01-11 10:43:16 -0600
committerAnthony Wang2022-01-11 10:43:16 -0600
commit5a4e8560ef7bdf6c9c3b9a0efa3be3ddc224d915 (patch)
tree04e204d21d036fd1390963cd205e1dd7955b6ad0 /Cargo.toml
parentde73f3cce9a5f7ade5f4497269c7e69d923580d2 (diff)
Add tch 0.6.1 to project dependenciesquad
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 4696b78..cf1047e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+tch = "0.6.1"