diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2026-08-09 12:09:22 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2026-08-22 08:37:40 -0400 |
| commit | c4962c8b9207e9474659526e91a1cf387d2a7b8f (patch) | |
| tree | c0d448ae6459d49de6d15579152c11cde3683cd3 /crates/net-phys/Cargo.toml | |
| parent | 7ffc62ab8613b097485b2c664093e649907dc2a1 (diff) | |
Diffstat (limited to 'crates/net-phys/Cargo.toml')
| -rw-r--r-- | crates/net-phys/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/net-phys/Cargo.toml b/crates/net-phys/Cargo.toml new file mode 100644 index 0000000..d7b4d3e --- /dev/null +++ b/crates/net-phys/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rust-threadx-net-phys" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] +bitflags = { version = "2.13.1" } |
