[package] name = "git-next-server" version = { workspace = true } edition = { workspace = true } [dependencies] git-next-config = { workspace = true } git-next-git = { workspace = true } git-next-forge = { workspace = true } git-next-repo-actor = { workspace = true } git-next-webhook-actor = { workspace = true } # logging console-subscriber = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } # fs/network kxio = { workspace = true } # boilerplate derive_more = { workspace = true } thiserror = { workspace = true } # file watcher inotify = { workspace = true } # Actors actix = { workspace = true } actix-rt = { workspace = true } [dev-dependencies] # Testing assert2 = { workspace = true } [lints.clippy] nursery = { level = "warn", priority = -1 } # pedantic = "warn" unwrap_used = "warn" expect_used = "warn"