mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2026-02-15 22:14:31 +01:00
update & remove some unused stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "gdriver-common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -15,10 +15,10 @@ futures.workspace = true
|
||||
lazy_static.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
google-drive3.workspace = true
|
||||
confique={ version = "0.2" }
|
||||
thiserror = "1.0"
|
||||
confique = { version = "0.4.0", features = ["toml"] }
|
||||
thiserror = "2.0.18"
|
||||
anyhow = "1.0.79"
|
||||
directories = "5.0"
|
||||
directories = "6.0.0"
|
||||
serde_json = "1.0.111"
|
||||
#[patch.crates-io]
|
||||
#confique = {path="~/Documents/git/OMGeeky/confique "}
|
||||
|
||||
Reference in New Issue
Block a user