mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-31 00:10:30 +00:00
* fix: add avif feature to dependencies the comment should also say decode, encode uses rav1e not dav1d Signed-off-by: infi <infi@infi.sh> * chore: upgrade to debian 13 Signed-off-by: infi <infi@infi.sh> * fix: revert unrelated EOF newlines Signed-off-by: infi <infi@infi.sh> * ci: provide dav1d also in nix Signed-off-by: infi <infi@infi.sh> * chore: move feature definition to autumn Cargo.toml Signed-off-by: infi <infi@infi.sh> * fix: avif feature also required in revolt-files Signed-off-by: infi <infi@infi.sh> --------- Signed-off-by: infi <infi@infi.sh>
30 lines
665 B
TOML
30 lines
665 B
TOML
[tools]
|
|
node = "25.4.0"
|
|
pnpm = "10.28.1"
|
|
|
|
gh = "2.25.0"
|
|
|
|
rust = "1.92.0"
|
|
"cargo:cargo-nextest" = "0.9.122"
|
|
|
|
"github:git-town/git-town" = "22.7.1"
|
|
|
|
[settings]
|
|
experimental = true
|
|
idiomatic_version_file_enable_tools = ["rust"]
|
|
|
|
[tasks.start]
|
|
description = "Run all services"
|
|
depends = ["docker:start", "build"]
|
|
wait_for = ["docker:start", "build"]
|
|
run = [{ task = "service:*" }]
|
|
|
|
[env]
|
|
BUILDER = "cargo"
|
|
SYSTEM_DEPS_DAV1D_BUILD_INTERNAL = "auto" # enable building dav1d iff the system doesn't have a new enough version
|
|
DOCKER_NETWORK_NAME = "stoatchat_default"
|
|
DATABASE_PORT = "27017"
|
|
RABBIT_PORT = "5672"
|
|
REDIS_PORT = "6379"
|
|
_.file = { path = ".env", tools = true }
|