Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lfillaz authored Sep 13, 2024
1 parent 508de8e commit abed263
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "UDP_Flooding"
version = "0.1.0"
edition = "2021"

[dependencies]
egui = "0.23"
eframe = "0.23"
rand = "0.8"
winapi = { version = "0.3", features = ["windef", "winuser"] }

0 comments on commit abed263

Please sign in to comment.