mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Disable server feature by default in arc-cli
CLI-only builds no longer pull in arc-api and its heavy server dependencies (axum, tower, hyper, sqlx, arc-db, arc-types) unless the server feature is explicitly enabled. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
11414c15b2
commit
e776fb9bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ name = "arc"
|
|||
path = "src/main.rs"
|
||||
|
||||
[features]
|
||||
default = ["server"]
|
||||
default = []
|
||||
server = ["dep:arc-api"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue