Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f81e66fe authored by zijunzhao's avatar zijunzhao Committed by Automerger Merge Worker
Browse files

Revert Cargo.toml and fix Floss build failure am: 8d18993b

parents 72e4d035 8d18993b
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -19,17 +19,13 @@ version = "0.0.1"
edition = "2018"

[dependencies]
cxx = { version = "=1.0.42", features = ["c++17"] }
cxx = "*"
env_logger = "*"
grpcio = "*"
lazy_static = "*"
log = "*"
nix = "*"
tokio = { version = "*", features = ['bytes', 'macros', 'net', 'rt-multi-thread', 'time'] }
futures = "*"

[build-dependencies]
cxx-build = "1.0"

# Proc Macro dependency
paste = "*"