diff options
Diffstat (limited to 'rola-bucket')
| -rw-r--r-- | rola-bucket/Cargo.toml | 8 | ||||
| -rw-r--r-- | rola-bucket/src/lib.rs | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/rola-bucket/Cargo.toml b/rola-bucket/Cargo.toml new file mode 100644 index 0000000..85d7fab --- /dev/null +++ b/rola-bucket/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rola-bucket" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[dependencies] diff --git a/rola-bucket/src/lib.rs b/rola-bucket/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/rola-bucket/src/lib.rs @@ -0,0 +1 @@ + |
