diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-11 10:29:02 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-11 10:29:02 +0100 |
commit | 9dfc929b709d4187dc307f68a42fa058eda7a4c1 (patch) | |
tree | d9c56d3a2ccabd7183d539f3b2b349be62530aad /server/Cargo.toml | |
parent | 89f9f9e1c3a29ba16d53227786dfba18587f9fa7 (diff) | |
download | keks-meet-9dfc929b709d4187dc307f68a42fa058eda7a4c1.tar keks-meet-9dfc929b709d4187dc307f68a42fa058eda7a4c1.tar.bz2 keks-meet-9dfc929b709d4187dc307f68a42fa058eda7a4c1.tar.zst |
standalone binary
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index e2b0506..907b8c4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,4 +12,9 @@ futures-util = "0.3.26" listenfd = "1.0.0" hyper = "0.14.24" serde = { version = "1.0.152", features = ["derive"] } -serde_json = "*" +serde_json = "1.0.93" +include_dir = "0.7.3" + +[features] +default = ["standalone"] +standalone = [] |