Support pulling ircie during the docker build
This commit is contained in:
parent
35f99f5e0e
commit
99e4aaa0d7
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
irc_config.yaml
|
irc_config.yaml
|
||||||
hall_of_fame.yaml
|
/save
|
||||||
|
/ircie
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ircie = { path = "../ircie" }
|
ircie = { path = "./ircie" }
|
||||||
tokio = { version = "1.28.2", features = ["full"] }
|
tokio = { version = "1.28.2", features = ["full"] }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
@ -21,7 +21,7 @@ use rand::{
|
|||||||
};
|
};
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|
||||||
const SAVE_LOC: &'static str = "hall_of_fame.yaml";
|
const SAVE_LOC: &'static str = "save/hall_of_fame.yaml";
|
||||||
|
|
||||||
const PRESENTATIONS: &'static [&'static str] = &[
|
const PRESENTATIONS: &'static [&'static str] = &[
|
||||||
"A faggot coming straight from the underground!",
|
"A faggot coming straight from the underground!",
|
||||||
|
Loading…
Reference in New Issue
Block a user