Nothing to see here, move along
at main 11 lines 345 B view raw
1[package] 2name = "lancer-remote-shell" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7lancer-core = { path = "../../lib/lancer-core" } 8lancer-user = { path = "../../lib/lancer-user" } 9lancer-log = { path = "../../lib/lancer-log" } 10sunset = { version = "0.4", default-features = false } 11getrandom = { version = "0.2", features = ["custom"] }