DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

chore(api): chrono and uuid deps
feat(api): reimpl /api/info
chore(api): serde dep, tidy deps
feat(client): connect to server (temporarily hard coded url)
feat(server): add init system for listening
feat(server): the very basics of the server
feat(shared): setup server protocol configuration
chore(server): add needed beby deps
chore(client, server, shared): add naia deps
feat(api, client, server): add shared as dependency to all
feat(api): embed migrations
feat(api): set RUST_LOG in dev-launch.sh
feat(api): database connection
feat(api): add dev-launch.sh script
fix(api): timestamp -> timestamptz
fix(api): timestamp -> timestamptz
feat(api): migration create_games
feat(api): migration create_actions
feat(api): migration create_gamedata
feat(api): migration create_users
Next