blob: 8caf0cde775cb7c6afc0cef7a26bdab101282efa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "rorolala"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
[lib]
name = "rorolala"
path = "src/lib.rs"
[dependencies]
rorolala_internal_macros.workspace = true
shared_functions.workspace = true
shared_macros.workspace = true
rola-bucket.workspace = true
rola-draft.workspace = true
|