updated .gitignore, added rust project init, updated README

This commit is contained in:
2026-02-17 23:26:42 +01:00
parent 4c36594391
commit 99efd89abc
4 changed files with 103 additions and 13 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "new_vegas_radio"
version = "0.1.0"
edition = "2024"
[dependencies]