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