open-trade 4 years ago
parent
commit
f864e6988f
3 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml
  2. 0 0
      src/hbbr.rs
  3. 0 0
      src/relay_server.rs

+ 1 - 1
Cargo.toml

@@ -7,7 +7,7 @@ build= "build.rs"
7 7
 
8 8
 [[bin]]
9 9
 name = "hbbr"
10
-path = "src/hbbr/main.rs"
10
+path = "src/hbbr.rs"
11 11
 
12 12
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13 13
 

src/hbbr/main.rs → src/hbbr.rs


src/hbbr/relay_server.rs → src/relay_server.rs