forked from Deuxfleurs/garage
put sled as default feature in garage_db
This commit is contained in:
parent
7fafd14a25
commit
67941000ee
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ pretty_env_logger = { version = "0.4", optional = true }
|
|||
mktemp = "0.4"
|
||||
|
||||
[features]
|
||||
default = [ "sled" ]
|
||||
bundled-libs = [ "rusqlite/bundled" ]
|
||||
cli = ["clap", "pretty_env_logger"]
|
||||
lmdb = [ "heed" ]
|
||||
|
|
Loading…
Reference in a new issue