Nothing to see here, move along meow
0

Configure Feed

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

at main 335 B View raw
1[package] 2name = "lancer-vfs" 3version = "0.1.0" 4edition = "2024" 5 6[[bin]] 7name = "lancer-vfs" 8path = "src/main.rs" 9 10[dependencies] 11lancer-core = { path = "../../lib/lancer-core" } 12lancer-user = { path = "../../lib/lancer-user" } 13lancer-log = { path = "../../lib/lancer-log" } 14lancer-vfs-proto = { path = "../../lib/lancer-vfs-proto" }