Update readme and gitignore.

This commit is contained in:
mattbk
2025-09-29 19:03:32 -05:00
parent de5776eee0
commit 970456a39b
2 changed files with 9 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1 +1,5 @@
/target /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

View File

@@ -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.