diff options
| author | 2025-02-01 23:06:37 -0600 | |
|---|---|---|
| committer | 2025-02-01 23:06:37 -0600 | |
| commit | c19a1077e85334a3e5ba885a60b03d76409a2b2e (patch) | |
| tree | 5e726e8180770ac9c2f6c415a0437d6d2c29c226 /ozone-helpers/Cargo.toml | |
| parent | random changes (diff) | |
restructure project
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] |
