diff options
Diffstat (limited to 'ozone-helpers/Cargo.toml')
| -rw-r--r-- | ozone-helpers/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ozone-helpers/Cargo.toml b/ozone-helpers/Cargo.toml new file mode 100644 index 0000000..d1d4c90 --- /dev/null +++ b/ozone-helpers/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ozone-helpers" +version = "0.1.0" +edition = "2021" + +[lib] +proc-macro = true + +[dependencies] |
