Skip to content

Commit

Permalink
chore: add logging feature
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Dec 6, 2024
1 parent 5c13e38 commit a9e0baa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
http = "1.1"
anyhow = "1.0"
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"], optional = true }

[features]
default = ["logging"]
logging = ["log"]

[dev-dependencies]
clap = { version = "4.4.6", features = ["cargo", "derive"] }

[[example]]
name = "qdrant_examples"
path = "examples/src/main.rs"

0 comments on commit a9e0baa

Please sign in to comment.