Skip to content

Commit

Permalink
More features
Browse files Browse the repository at this point in the history
paolorechia committed Jan 3, 2024

Verified

This commit was signed with the committer’s verified signature.
noctuid Fox Kiester
1 parent 36ce431 commit d7a2e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,4 +18,6 @@ hyper-util = { version = "0.1", features = ["full"], optional = true}

[features]
default = ["database"]
database = ["dep:steeldb-parser"]
database = []
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 d7a2e24

Please sign in to comment.