diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-04-26 11:33:36 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-04-26 11:33:36 -0300 |
commit | 890546163f06b6389f68fd4d974112440d299ef1 (patch) | |
tree | 0a66baa462cef92b298eb2e69d20b9c7a48bcd8b /Cargo.toml | |
parent | e6a9f18a56364306f3b057d66d141afc43ed3071 (diff) |
Initial work on mock tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 489dc41..ac61e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ readme = "README.md" [features] nul_in_strip = [] +nightly_tests = [] [dependencies] libc = "0.2" |