This commit is contained in:
Sofia 2026-07-15 21:44:12 +03:00
commit e2960002a2
2 changed files with 8 additions and 0 deletions

6
Cargo.toml Normal file
View File

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

2
src/lib.rs Normal file
View File

@ -0,0 +1,2 @@
#[derive(Default)]
pub struct Peer {}