gemcoder (old)
gemcoder (old)
RRailway
Created by gemcoder (old) on 5/19/2023 in #✋|help
Does Railway support ability to pay with Crypto?
USDT/USDC stable coins or Bitcoin?
9 replies
RRailway
Created by gemcoder (old) on 5/13/2023 in #✋|help
Not able to deploy Rust application. Rocket Template
I'm using cargo build --release to build and then cargo run --binary api but it does not product any binary for the deploy command. Whenever I call ls -R ./ it will return:
./:
bin
./bin:
api
./bin/api:
Cargo.lock
Cargo.toml
src
./bin/api/src:
main.rs
./:
bin
./bin:
api
./bin/api:
Cargo.lock
Cargo.toml
src
./bin/api/src:
main.rs
No binaries here.
26 replies