diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-01-03 01:28:54 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-01-03 01:28:54 +0100 |
| commit | 7494db93b9262c3d8330fd11631e711a1642b8fc (patch) | |
| tree | 565534ddaa990a861c0ef8a9439f7656fce7f132 /server/Cargo.toml | |
| parent | 4b1f7fec1cf9d427234ff5bded79a6d18d5c88ce (diff) | |
Add initital tests
Also add /users endpoint.
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 9348d86..d939013 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,3 +12,6 @@ sqlx = { version = "0.7.0", default-features = false, features = ["macros", "mig time = "0.3.34" utoipa = { version = "5", features = ["rocket_extras"] } utoipa-swagger-ui = { version = "8", features = ["rocket", "vendored"], default-features = false } + +[dev-dependencies] +stdext = "0.3.3" |
