Nothing to see here, move along meow
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 216 B View raw
1[package] 2name = "lancer-user" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7lancer-core = { path = "../lancer-core" } 8lancer-log = { path = "../lancer-log" } 9lancer-vfs-proto = { path = "../lancer-vfs-proto" }