permissions: homepage, sql + crate, add/remove/view for user
This commit is contained in:
parent
8dbeffddc9
commit
440f42ed2e
26 changed files with 880 additions and 1 deletions
11
crates/permissions/Cargo.toml
Normal file
11
crates/permissions/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "permissions"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
database = { path = "../database" }
|
||||
id = { path = "../id" }
|
||||
thiserror = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue