Basic path finder

This commit is contained in:
2026-03-02 19:11:57 +05:30
commit d3d1e1b2e7
4 changed files with 64 additions and 0 deletions

6
Cargo.toml Normal file
View File

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