Add Cargo.lock to .gitignore for rust/bssl-crypto and remove generated file Clean up cargo deny warnings and set reasonable starting point in deny.toml Change-Id: I0b925408ab6b7947b1b01282bac803feb769421a Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/57985 Reviewed-by: Nabil Wadih <nwadih@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com>fips-20230428
parent
be79283dd8
commit
6f3e8229bb
3 changed files with 3 additions and 18 deletions
@ -1,14 +0,0 @@ |
|||||||
# This file is automatically @generated by Cargo. |
|
||||||
# It is not intended for manual editing. |
|
||||||
version = 3 |
|
||||||
|
|
||||||
[[package]] |
|
||||||
name = "bssl-crypto" |
|
||||||
version = "0.1.0" |
|
||||||
dependencies = [ |
|
||||||
"bssl-sys", |
|
||||||
] |
|
||||||
|
|
||||||
[[package]] |
|
||||||
name = "bssl-sys" |
|
||||||
version = "0.1.0" |
|
Loading…
Reference in new issue