1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00
Commit graph

18 commits

Author SHA1 Message Date
782c3259a8
Correct data::schema with data from globals.json 2022-07-31 12:51:09 +02:00
fe701c6aed
Mark /data as resources root
Does that actually do something?
2022-07-31 12:40:51 +02:00
04bf76f3d3
Add tantivy dependency 2022-07-31 12:39:47 +02:00
db09f3c0cf
Improve docstring of load_files 2022-07-31 12:36:51 +02:00
2e9e63ed9f
Create functions to load data files into a single Vec 2022-07-31 10:22:34 +02:00
72e75a795f
Use String instead of a char array for card_code 2022-07-31 10:21:54 +02:00
6ce4ba12b1
Add glob dependency 2022-07-31 09:13:34 +02:00
068f79e2e4
Make data::schema pub 2022-07-31 08:47:22 +02:00
d33d777b86
Make everything in data::schema pub 2022-07-31 08:47:01 +02:00
2c2a7ffc07
Create inline bot skeleton 2022-07-31 08:41:42 +02:00
47de75f702
Add log and pretty_env_logger dependencies 2022-07-31 08:31:13 +02:00
e25a641f08
Add tokio dependency 2022-07-31 08:29:34 +02:00
aa8564eab6
Define the Data Dragon card schema 2022-07-31 08:24:39 +02:00
8e112e50d1
Add serde and serde_json dependencies 2022-07-31 07:18:09 +02:00
a417787651
Ignore the /data directory
It contains the [Data Dragon](https://developer.riotgames.com/docs/lor) files.
2022-07-31 07:15:27 +02:00
f37096cba6
Run cargo init 2022-07-31 07:12:50 +02:00
dcb3cdc212
Create IntelliJ Rust project 2022-07-31 07:12:40 +02:00
b260420334
Initial commit 2022-07-31 07:11:05 +02:00