From 4c474b2ee6716d5c067ae20903e374073cefaa3d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 27 Dec 2022 19:56:00 -0500 Subject: Create nix packages for project --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/Cargo.toml b/server/Cargo.toml index 2d7e866..9062058 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,7 +21,7 @@ uuid = { version = "1.1.2", features = ["serde", "fast-rng", "v4"] } tower-cookies = "0.8.0" tower = { version = "0.4.13", features = ["full"] } urlencoding = "2.1.2" -sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono", "json"] } +sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono", "json", "offline"] } anyhow = "1.0.65" chrono = { version = "0.4.22", features = ["serde"] } thiserror = "1.0.37" -- cgit v1.2.3