fix(shared): fix error/api visibility
 
feat(shared): serialize APIError
 
feat(shared): impl most previous api errors
Signed-off-by: Jonni Liljamo <jonni@liljamo.com>
 
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