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:
28
Cargo.toml
28
Cargo.toml
@@ -1,23 +1,23 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"gdriver-common",
|
||||
"gdriver-backend",
|
||||
"gdriver-client",
|
||||
"gdriver-common",
|
||||
"gdriver-backend",
|
||||
"gdriver-client",
|
||||
]
|
||||
resolver="2"
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
tracing="0.1"
|
||||
tokio={ version = "1.35", features = ["rt-multi-thread", "tracing", "fs", "macros"] }
|
||||
serde={ version = "1.0", features = ["serde_derive"] }
|
||||
tarpc = { version = "0.34", features = ["full"] }
|
||||
tracing-subscriber = { version = "0.3" , features = ["env-filter"]}
|
||||
google-drive3="5.0"
|
||||
futures="0.3"
|
||||
lazy_static="1.4"
|
||||
chrono="0.4"
|
||||
tracing = "0.1"
|
||||
tokio = { version = "1.35", features = ["rt-multi-thread", "tracing", "fs", "macros"] }
|
||||
serde = { version = "1.0", features = ["serde_derive"] }
|
||||
tarpc = { version = "0.37.0", features = ["full"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
google-drive3 = "7.0"
|
||||
futures = "0.3"
|
||||
lazy_static = "1.4"
|
||||
chrono = "0.4"
|
||||
libc = "0.2"
|
||||
|
||||
[patch.crates-io]
|
||||
#tarpc = {path = "../../Documents/git/OMGeeky/tarpc/tarpc/"}
|
||||
tarpc = {git = "https://github.com/google/tarpc.git"}
|
||||
tarpc = { git = "https://github.com/google/tarpc.git" }
|
||||
|
||||
Reference in New Issue
Block a user