blob: ad463b2a1fcaf97d58aa36b121a452f4bcf358c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "neqo-common"
version = "0.4.19"
authors = ["Bobby Holley <bobbyholley@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
[dependencies]
log = {version = "0.4.0", default-features = false}
env_logger = {version = "0.8", default-features = false}
lazy_static = "1.3.0"
qlog = "0.4.0"
chrono = "0.4.10"
[features]
default = ["deny-warnings"]
deny-warnings = []
|