v1.2.0: can now weight the random selection of shows
This commit is contained in:
parent
b2b8b19c1b
commit
46b49ffda9
4 changed files with 165 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "screencap-bot"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
edition = "2021"
|
||||
authors = ["xenofem <xenofem@xeno.science>"]
|
||||
license = "MIT"
|
||||
|
|
@ -17,6 +17,7 @@ log = "0.4.19"
|
|||
rand = "0.8"
|
||||
regex = "1.8.4"
|
||||
serde = "1"
|
||||
serde_with = "3"
|
||||
serde_yaml = "0.9.22"
|
||||
tempfile = "3.6.0"
|
||||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue