summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-04-26 11:33:36 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-04-26 11:33:36 -0300
commit890546163f06b6389f68fd4d974112440d299ef1 (patch)
tree0a66baa462cef92b298eb2e69d20b9c7a48bcd8b /Cargo.toml
parente6a9f18a56364306f3b057d66d141afc43ed3071 (diff)
Initial work on mock tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
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"