diff options
Diffstat (limited to 'systems/sheet')
| -rw-r--r-- | systems/sheet/Cargo.toml | 6 | ||||
| -rw-r--r-- | systems/sheet/src/lib.rs | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml new file mode 100644 index 0000000..89c439b --- /dev/null +++ b/systems/sheet/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "sheet" +edition = "2024" +version.workspace = true + +[dependencies] diff --git a/systems/sheet/src/lib.rs b/systems/sheet/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/systems/sheet/src/lib.rs @@ -0,0 +1 @@ + |
