diff options
Diffstat (limited to 'systems/_constants/Cargo.toml')
| -rw-r--r-- | systems/_constants/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systems/_constants/Cargo.toml b/systems/_constants/Cargo.toml new file mode 100644 index 0000000..c57049c --- /dev/null +++ b/systems/_constants/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "constants" +edition = "2024" +version.workspace = true + +[dependencies] +macros = { path = "macros" } |
