-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
31 lines (27 loc) · 971 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "tide-morth-example"
version = "0.3.0"
authors = ["Anton Whalley <anton@venshare.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tide = "0.14"
tide-handlebars="0.6"
handlebars="3.2.1"
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
mongodb = { version = "1", default-features=false }
serde = "1.0.0"
serde_json = "1.0.39"
lazy_static = "1"
wither = { version = "0.9.0-alpha.2", features = ["async-std-runtime"], default-features = false }
tracing = { version = "0.1", default-features = true, features = ["log", "std"] }
tracing-futures = { version = "0.2", default-features = false, features = ["std-future"] }
tracing-subscriber = "0.2.7"
tracing-log = "0.1"
tracing-attributes = { version = "0.1.2"}
tracing-opentelemetry = "*"
# opentelemetry example
opentelemetry = "0.6"
opentelemetry-jaeger = "0.5"
[profile.release]
debug = true