a failed attempt
Find a file
2023-07-29 13:17:11 -07:00
cli make acls actually do something 2023-07-29 13:17:11 -07:00
lib make acls actually do something 2023-07-29 13:17:11 -07:00
peer rustfmt all the things 2023-07-27 22:10:59 -07:00
server make acls actually do something 2023-07-29 13:17:11 -07:00
spec make acls actually do something 2023-07-29 13:17:11 -07:00
store-fs experimental access control 2023-07-28 22:50:04 -07:00
web make acls actually do something 2023-07-29 13:17:11 -07:00
.gitignore rework config and content type derives 2023-07-17 21:54:03 -07:00
Cargo.lock experimental access control 2023-07-28 22:50:04 -07:00
Cargo.toml wip async derive 2023-07-27 00:47:37 -07:00
laundry.md make acls actually do something 2023-07-29 13:17:11 -07:00
readme.md things and stuff 2023-07-17 21:54:02 -07:00
sweep.timestamp experimental access control 2023-07-28 22:50:04 -07:00

ufh

how to run

  1. cargo run --bin store-fs
  2. cargo run --bin server
  3. (cd web && pnpm i && pnpm dev)