File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1- [ workspace ]
1+ # SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
22
3+ [workspace ]
34members = [
45 " tinydtls-sys" ,
56]
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
12[package ]
23name = " tinydtls-sys"
34version = " 0.1.0-alpha.1+tinydtls-c8d2def"
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
12use std:: {
23 env,
34 io:: ErrorKind ,
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
12// Bindgen translates the C headers, clippy's and rustfmt's recommendations are not applicable here.
23#![ allow( clippy:: all) ]
34#![ allow( non_camel_case_types) ]
You can’t perform that action at this time.
0 commit comments