Commits on Source (71)
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
Reviewed-on: https://git.scd31.com/stephen/cat-disruptor-6500/pulls/1
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
stephen authored
Reviewed-on: https://git.scd31.com/stephen/cat-disruptor-6500/pulls/3
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
Add CI
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
Starboard See merge request stephen/cat-disruptor-6500!9
-
Stephen D authored
-
Stephen D authored
better reaction tokenization Closes #1 See merge request stephen/cat-disruptor-6500!10
-
Stephen D authored
-
Stephen D authored
change the horse emoji to make braydon happy See merge request stephen/cat-disruptor-6500!11
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Scarlett authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
Showing
- .env 1 addition, 0 deletions.env
- .gitlab-ci.yml 19 additions, 0 deletions.gitlab-ci.yml
- Cargo.lock 1220 additions, 490 deletionsCargo.lock
- Cargo.toml 16 additions, 4 deletionsCargo.toml
- README.md 88 additions, 0 deletionsREADME.md
- diesel.toml 5 additions, 0 deletionsdiesel.toml
- example.png 0 additions, 0 deletionsexample.png
- migrations/.gitkeep 0 additions, 0 deletionsmigrations/.gitkeep
- migrations/00000000000000_diesel_initial_setup/down.sql 6 additions, 0 deletionsmigrations/00000000000000_diesel_initial_setup/down.sql
- migrations/00000000000000_diesel_initial_setup/up.sql 36 additions, 0 deletionsmigrations/00000000000000_diesel_initial_setup/up.sql
- migrations/2020-11-21-032604_create_user_programs/down.sql 1 addition, 0 deletionsmigrations/2020-11-21-032604_create_user_programs/down.sql
- migrations/2020-11-21-032604_create_user_programs/up.sql 11 additions, 0 deletionsmigrations/2020-11-21-032604_create_user_programs/up.sql
- migrations/2020-12-22-183017_addProgramPublishedFlag/down.sql 2 additions, 0 deletions...ations/2020-12-22-183017_addProgramPublishedFlag/down.sql
- migrations/2020-12-22-183017_addProgramPublishedFlag/up.sql 1 addition, 0 deletionsmigrations/2020-12-22-183017_addProgramPublishedFlag/up.sql
- migrations/2022-10-05-220626_server_settings/down.sql 1 addition, 0 deletionsmigrations/2022-10-05-220626_server_settings/down.sql
- migrations/2022-10-05-220626_server_settings/up.sql 7 additions, 0 deletionsmigrations/2022-10-05-220626_server_settings/up.sql
- migrations/2022-10-06-221533_starboard_mapping/down.sql 1 addition, 0 deletionsmigrations/2022-10-06-221533_starboard_mapping/down.sql
- migrations/2022-10-06-221533_starboard_mapping/up.sql 4 additions, 0 deletionsmigrations/2022-10-06-221533_starboard_mapping/up.sql
- rustfmt.toml 2 additions, 1 deletionrustfmt.toml
- src/amongus.ttf 0 additions, 0 deletionssrc/amongus.ttf
.env
0 → 100644
.gitlab-ci.yml
0 → 100644
This diff is collapsed.
[package] | [package] | ||
name = "cat-disruptor-6500" | name = "cat-disruptor-6500" | ||
version = "0.1.0" | version = "0.3.0" | ||
authors = ["Stephen <stephen@stephendownward.ca>"] | authors = ["Stephen <wemaster@scd31.com>"] | ||
edition = "2018" | edition = "2018" | ||
# 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] | ||
serenity = {version = "0.9", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions"] } | serenity = {version = "0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions", "cache"] } | ||
tokio = {version = "0.2", features = ["full", "time"] } | tokio = {version = "1.21", features = ["full", "time"] } | ||
phf = { version = "0.8", features = ["macros"] } | phf = { version = "0.8", features = ["macros"] } | ||
toml = "0.5" | toml = "0.5" | ||
serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||
xbasic = "0.3.1" | |||
png = "0.16" | |||
diesel = { version = "2", features = ["postgres", "numeric"] } | |||
dotenv = "0.15.0" | |||
bigdecimal = "0.1.2" | |||
reqwest = { version = "0.11", features = ["json"] } | |||
serde_json = "1.0" | |||
rusttype = "0.4.3" | |||
rand = "0.8" | |||
itertools = "0.10" | |||
anyhow = "1.0" | |||
ollama-rs = "0.1.5" |
README.md
0 → 100644
diesel.toml
0 → 100644
example.png
0 → 100644
135 KiB
migrations/.gitkeep
0 → 100644
src/amongus.ttf
0 → 100644
File added