mingyang91 commited on
Commit
ab6980a
·
verified ·
1 Parent(s): 9628f93

[build] update Dockerfile

Browse files
Files changed (2) hide show
  1. Cargo.lock +1 -0
  2. Cargo.toml +1 -0
Cargo.lock CHANGED
@@ -1548,6 +1548,7 @@ dependencies = [
1548
  "aws-sdk-translate",
1549
  "config",
1550
  "futures-util",
 
1551
  "once_cell",
1552
  "poem",
1553
  "serde",
 
1548
  "aws-sdk-translate",
1549
  "config",
1550
  "futures-util",
1551
+ "lazy_static",
1552
  "once_cell",
1553
  "poem",
1554
  "serde",
Cargo.toml CHANGED
@@ -21,6 +21,7 @@ tokio-stream = "0.1"
21
  tracing = { version = "0.1", features = [] }
22
  tracing-subscriber = { version = "0.3", features = ["env-filter"] }
23
  async-trait = "0.1.74"
 
24
 
25
  [features]
26
  whisper = ["dep:whisper"]
 
21
  tracing = { version = "0.1", features = [] }
22
  tracing-subscriber = { version = "0.3", features = ["env-filter"] }
23
  async-trait = "0.1.74"
24
+ lazy_static = "1.4.0"
25
 
26
  [features]
27
  whisper = ["dep:whisper"]