railwayapp 3.0.3

Interact with Railway via CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contribute to the Railway CLI

## Prerequisites
- [Rust]https://www.rust-lang.org/tools/install
- [CMake]https://cmake.org/install/

OR

- [Nix]https://nixos.org/download.html


### Nix Setup
`nix-shell` to enter the shell with all the dependencies

### Running and Building
`cargo run -- <args>` to run the binary\
`cargo build --release` to build the binary