Initialize project with Rust setup, including .gitignore, LICENSE, README, and main functionality for PCIe device management.

This commit is contained in:
Edgar P. Burkhart 2025-05-12 20:03:31 +02:00
commit 2e7fe1afd3
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 311 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "phenix"
version = "0.1.0"
edition = "2024"
[dependencies]
regex = "1.11.1"