1# This file seems to be needed only for bazel's dependency pinning to figure out 2# declared dependencies, actual build rules are in BUILD.bazel. 3[workspace] 4resolver = "2" 5 6[package] 7name = "icu4x_deps" 8edition = "2021" 9version = "0.1.0" 10 11[dependencies] 12icu_capi = { git = "https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git", tag="upstream/ind/icu_capi@1.4.1", features = ["provider_test", "icu_casemap", "compiled_data"]} 13 14[lib] 15crate-type = ["staticlib"] 16