Преглед изворни кода

Cargo.toml: Add missing termion to util feature.

parazyd пре 4 година
родитељ
комит
a54f805a87
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -177,6 +177,7 @@ util = [
 	"fxhash",
 	"chrono",
 	"indicatif",
+	"termion",
 
     "async-net",
     "async-runtime",