This website requires JavaScript.
Explore
Help
Sign In
Geoffrey
/
Geoffrey-rs
Watch
1
Star
0
Fork
You've already forked Geoffrey-rs
0
Code
Issues
5
Pull Requests
Projects
Releases
Wiki
Activity
d9a3a05067
Geoffrey-rs
/
Cargo.toml
7 lines
106 B
TOML
Raw
Normal View
History
Unescape
Escape
Initial commit + Basic models + Project Layout + ARCHITECTURE.md and README.md
2021-03-06 19:19:13 +00:00
[
workspace
]
members
=
[
Initial database implementation + Using sled as a database + Added functions for inserting and fetching models from the database
2021-03-11 00:31:50 +00:00
"geoffrey_models"
,
Refactor ahead of API addition + This commit started as an experiment in a GraphQL api. It didn't turn out well...
2021-05-08 20:42:47 +00:00
"geoffrey_db"
,
Rough first pass of a bot + Uses application commands from discord + Tried to follow a similar structure to how the API handles commands + Implements add_location, add_item, selling, and find + Needs a lot of work lol + clippy + fmt
2021-12-01 04:13:56 +00:00
"geoffrey_api"
,
"geoffrey_bot"
Initial commit + Basic models + Project Layout + ARCHITECTURE.md and README.md
2021-03-06 19:19:13 +00:00
]