aboutsummaryrefslogtreecommitdiff
path: root/crates/net-phys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/net-phys/Cargo.toml')
-rw-r--r--crates/net-phys/Cargo.toml8
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" }