summary refs log tree commit diff stats
path: root/HACKING.md
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-14 22:49:07 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-14 22:58:05 -0300
commita67b0812659d1481f4c5be77ce2cf448b0b37b8c (patch)
treef0ce4f55d5af77b2a76a98d77a8ddfca60a61bc3 /HACKING.md
parent993a8ca85db1564e64550276d61d9723423605aa (diff)
Start rewriting in Rust
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
index cb64604..3372ea1 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -7,6 +7,8 @@ Project Structure
 Dependencies
 ------------
 
+<!-- --><!--
+
 `requirements.txt` lists known-good, frozen dependencies. if needed or
 desired, install dependencies listed in setup.py directly.
 
@@ -30,6 +32,8 @@ install_requires=[
 note however that not all forks are compatible with the project.
 requirements.txt provides known-good versions.
 
+--><!-- -->
+
 Input Validation
 ----------------