Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorechia committed Jan 3, 2024
1 parent d7a2e24 commit b039c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ hyper-util = { version = "0.1", features = ["full"], optional = true}

[features]
default = ["database"]
database = []
database = ["dep:steeldb-parser"]
client = ["dep:hyper", "dep:tokio", "dep:http-body-util", "dep:hyper-util"]
server = ["dep:hyper", "dep:tokio", "dep:http-body-util", "dep:hyper-util", "dep:steeldb-parser"]

0 comments on commit b039c32

Please sign in to comment.