Skip to content

Commit 8f83fd0

Browse files
author
Ammon Smith
committed
Add direct otp dependency for now.
I opened TimDumol/rust-otp#4 to request that it be published to crates.io so we can reference it normally.
1 parent df324dd commit 8f83fd0

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

deepwell/Cargo.lock

+56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deepwell/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hex = "0.4"
3232
hostname = "0.3"
3333
intl-memoizer = "0.5"
3434
lazy_static = "1"
35+
otp = { git = "https://github.com/TimDumol/rust-otp" }
3536
ref-map = "0.1"
3637
rust-s3 = { version = "0.32", features = ["with-async-std"], default-features = false }
3738
sea-orm = { version = "0.10", features = ["sqlx-postgres", "runtime-async-std-rustls", "postgres-array", "macros"] }

0 commit comments

Comments
 (0)