summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-06-10 12:44:46 -0400
committerCara Salter <cara@devcara.com>2022-06-10 12:45:02 -0400
commitb4f44d8fa362ddf3f63ba01f03ea14b072b8e76c (patch)
tree9a3f9d8855e7e2d718805acca5461b7e83e17bd9 /Cargo.toml
parent986931c289f80c4d64ae2380ab40bcf6ba7cc75a (diff)
downloadhomeworld-b4f44d8fa362ddf3f63ba01f03ea14b072b8e76c.tar.gz
homeworld-b4f44d8fa362ddf3f63ba01f03ea14b072b8e76c.zip
Prepare for nix compilation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index afb3d62..33e2464 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,5 +53,6 @@ features = [
"runtime-tokio-rustls",
"postgres",
"macros",
+ "offline",
"migrate"
]