diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:14:59 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:14:59 +0100 |
| commit | 4098a5ca8ffe27e68c4b6dd87b69ab54448e4e45 (patch) | |
| tree | cfc5976668bea38dd2ce9245af254c39e6c0d4b2 | |
| parent | style(rocie-server): Format (diff) | |
| download | server-4098a5ca8ffe27e68c4b6dd87b69ab54448e4e45.zip | |
style(treewide): Format
| -rw-r--r-- | Cargo.toml | 6 | ||||
| -rw-r--r-- | nix/package.nix | 1 | ||||
| -rw-r--r-- | scripts/api-config.yaml | 1 | ||||
| -rwxr-xr-x | scripts/mk_sqlite_schema.sh | 5 |
4 files changed, 3 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml index 81acd9b..e83ba3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,7 @@ [workspace] resolver = "2" -members = [ - "crates/rocie-server", - "crates/rocie-cli", - "crates/rocie-client", -] +members = ["crates/rocie-server", "crates/rocie-cli", "crates/rocie-client"] [workspace.package] edition = "2024" diff --git a/nix/package.nix b/nix/package.nix index a9e925d..f3d16bf 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -8,7 +8,6 @@ # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. - { lib, rustPlatform, diff --git a/scripts/api-config.yaml b/scripts/api-config.yaml index 686b211..eba6f8f 100644 --- a/scripts/api-config.yaml +++ b/scripts/api-config.yaml @@ -1,5 +1,4 @@ --- - avoidBoxedModels: true bestFitInt: true packageName: "rocie-client" diff --git a/scripts/mk_sqlite_schema.sh b/scripts/mk_sqlite_schema.sh index 7995af7..41054e9 100755 --- a/scripts/mk_sqlite_schema.sh +++ b/scripts/mk_sqlite_schema.sh @@ -9,10 +9,9 @@ schema_svg="$root/target/schema.svg" mkdb.sh -sqlite3 "$db" -init "$root/scripts/sqlite-schema-diagram.sql" "" > "$schema_file" -dot -Tsvg "$schema_file" > "$schema_svg" +sqlite3 "$db" -init "$root/scripts/sqlite-schema-diagram.sql" "" >"$schema_file" +dot -Tsvg "$schema_file" >"$schema_svg" imv "$schema_svg" - # vim: ft=sh |
