Nothing to see here, move along meow
0

Configure Feed

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

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