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