From 970456a39bc0f52f80fd30d7550326b78887d1de Mon Sep 17 00:00:00 2001 From: mattbk Date: Mon, 29 Sep 2025 19:03:32 -0500 Subject: [PATCH] Update readme and gitignore. --- .gitignore | 4 ++++ README.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..87f1765 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /target + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock diff --git a/README.md b/README.md index e69de29..c173bde 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# FARPN UDP Server +(working name) + +Experimental server to catch UDP packets from a +[modified mwtchahrd](https://gitea.farpn.net/w1cdn/mwtchahrd) and do something with them. \ No newline at end of file