Organized Rust project in library & binary

This commit is contained in:
Jef Roosens 2021-08-18 22:06:37 +02:00
parent 3415ce7329
commit 48fdc460ad
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
22 changed files with 68 additions and 60 deletions

18
web/.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# build output
dist
# dependencies
node_modules/
.snowpack/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store