feat: now able to pull data from the csv

This commit is contained in:
silver 2023-07-16 23:29:52 +01:00
parent aef7cda678
commit b9bcd5352e
4 changed files with 136 additions and 3 deletions

View file

@ -31,3 +31,6 @@ rand = "0.8.5"
# fancy time stuff
chrono = "0.4.26"
# handlign teh csv export from wolves
csv = "1.2"