Skip to content

How do you run the server? #86

@PEZ

Description

@PEZ

Hello,

I can't figure out how to build this in a way that I later can run it. This is my first Rust thing ever. I have installed rustup and it got me cargo. I have run cargo build and it compiles everything, even if there are some deprecation warnings.

Running cargo run gives me:

a bin target must be available for `cargo run`

I've also tried cargo build --all-targets and the tests got my machine really hot, but still the same cargo run results.

I checked the video presentation linked in the README and saw the command cargo run --bin server -- -- used, but it gives me:

error: no bin target named `server`

I also looked at the Travis file and did the clippy things (w/o having the faintest idea about what I am doing), but same results.

Now I am out of ideas, and love me some clues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions