Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: lxl66566 <lxl66566@gmail.com>
  • Loading branch information
lxl66566 committed Aug 10, 2024
1 parent fd33fb4 commit b683098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 40 deletions.
39 changes: 3 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ futures-util = "0.3.30"
hex = "0.4.3"
home = "0.5.9"
log = "0.4.22"
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
openssl = { version = "0.10.66", features = ["vendored"] }
pretty_env_logger = "0.5.0"
rusqlite = { version = "0.32.1", features = ["bundled"], optional = true }
serde = { version = "1.0.205", features = ["derive"] }
sha3 = "0.10.8"
sled_crate = { package = "sled", version = "0.34.7", features = ["compression"], optional = true }
teloxide = "0.12.2"
tokio = { version = "1.39.2", features = ["full"] }
teloxide = { version = "0.12.2" }
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
uluru = "3.1.0"
# teloxide = { version = "0.12.2", features = ["rustls"] }
# sea-orm = { version = "1.0.0", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros", "with-json"] }
# sea-query = { version = "0.31.0", features = ["backend-sqlite", "with-json", "derive"] }

Expand All @@ -47,7 +48,7 @@ path = "src/main.rs"
[features]
default = ["sled"]
sled = ["sled_crate"]
sqlite = ["rusqlite", "openssl"]
sqlite = ["rusqlite"]

[profile.release]
lto = true
Expand Down

0 comments on commit b683098

Please # to comment.