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