Update Android.bp by running cargo_embargo am: 0645aeca45

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unsafe-libyaml/+/3208624

Change-Id: I5a386d1f19cafa32ca27836f253e147ceae13379
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 4050636599113f9617d5fcd3cb26e1dbbad40eb4
  1. .github/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. .gitignore
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo_embargo.json
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_MIT
  13. OWNERS
  14. README.md
README.md

unsafe-libyaml

This library is libyaml translated from C to unsafe Rust with the assistance of c2rust.

[dependencies]
unsafe-libyaml = "0.2"

Compiler support: requires rustc 1.56+

License

MIT license, same as libyaml.