Pretty new to railway, and I have this problem with using railway up. After a few seconds, the server always times out and I have no idea why as there aren't any logs. My code is in rust, and /src/main.rs is 4kb big so it shouldn't be hitting the 45mb limit. Any ideas?
I read in an old thread that you have to do .railwayignore or .gitignore but I only have like 3 files: main.rs (inside the folder src), Cargo.toml, and railway.toml.