Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
tests
/
test_data
/
allow_wrappers
/
safe-wrapper
/
Cargo.toml
blob: 4eb4c26011aabc807f858c58b6b649ca5759ff26 [
file
] [
log
] [
blame
]
[
package
]
name
=
"safe-wrapper"
version
=
"0.1.0"
authors
=
[]
edition
=
"2018"
license
=
"MIT"
[
dependencies
]
dangerous
-
dep
=
{
version
=
"0.1.0"
,
path
=
"../dangerous-dep"
,
features
=
[
"not-dangerous-at-all"
,
]
}