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

Commit 8d18993b authored by zijunzhao's avatar zijunzhao Committed by Sonny Sasaka
Browse files

Revert Cargo.toml and fix Floss build failure

CL https://r.android.com/2004221 introduced cxx-build as Rust dependency
which turns out to be not needed.

Bug: 228975948
Test: Build Floss on Linux with build.py

Change-Id: I5a77bf02a221b95f2d19994340690af03dc5df2f
parent e3f8a212
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 = "*"