xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/ios_build/Cargo.toml (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan[package]
2*d4726bddSHONG Yifanname = "ios_build"
3*d4726bddSHONG Yifanversion = "0.1.0"
4*d4726bddSHONG Yifanedition = "2021"
5*d4726bddSHONG Yifan
6*d4726bddSHONG Yifan# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7*d4726bddSHONG Yifan
8*d4726bddSHONG Yifan[dependencies]
9*d4726bddSHONG Yifanzstd = "0.11.2"
10