Przeglądaj źródła

FIX bitflags depedency

Michael Faille 11 lat temu
rodzic
commit
2701c20a36
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      Cargo.lock
  2. 1 0
      Cargo.toml

+ 1 - 0
Cargo.lock

@@ -3,6 +3,7 @@ name = "exa"
 version = "0.1.0"
 dependencies = [
  "ansi_term 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "datetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1 - 0
Cargo.toml

@@ -16,6 +16,7 @@ natord = "1.0.7"
 number_prefix = "0.2.3"
 pad = "0.1.1"
 users = "0.2.3"
+bitflags = "0.1"
 
 [features]
 default = [ "git" ]