xref: /aosp_15_r20/external/flatbuffers/tests/rust_serialize_test/Cargo.toml (revision 890232f25432b36107d06881e0a25aaa6b473652)
1*890232f2SAndroid Build Coastguard Worker[package]
2*890232f2SAndroid Build Coastguard Workername = "rust_serialize_test"
3*890232f2SAndroid Build Coastguard Workerversion = "0.1.0"
4*890232f2SAndroid Build Coastguard Workeredition = "2021"
5*890232f2SAndroid Build Coastguard Worker
6*890232f2SAndroid Build Coastguard Worker# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7*890232f2SAndroid Build Coastguard Worker
8*890232f2SAndroid Build Coastguard Worker[dependencies]
9*890232f2SAndroid Build Coastguard Workerflatbuffers = { path = "../../rust/flatbuffers", features=["serialize"] }
10*890232f2SAndroid Build Coastguard Workerserde = "1.0"
11*890232f2SAndroid Build Coastguard Workerserde_json = "1.0"
12*890232f2SAndroid Build Coastguard Worker
13