Mobile support to come.
/biome.json
# rust artifacts:
/debug
/target
backend/debug
backend/target
cli/debug
cli/target
core/debug
core/target
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# env files (can opt-in for committing if needed)
.env
# macOS
.DS_STORE
fixed sending request to wrong url
mikkel•b202f563d ago
implemented optional extractor to extract auth user from jwt token in request header
mike•988f77f22d ago
created a shared rust lib for domain logic
mike•02e6c9924d ago
wiring up file viewer
baepaul•c9556f11mo ago
pulling in front-end code
baepaul•7c005641mo ago
Added settings struct
mike•b5281491mo ago
Cargo init
mike•89a0da31mo ago
Initial commit
mike•be1c2c51mo ago