Loading system/gd/rust/common/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ edition = "2018" cxx = "1.0" env_logger = "0.8" futures = "0.3.13" grpcio = { version = "0.13.0", default-features = false, features = ["protobufv3-codec", "openssl"] } lazy_static = "1.4" log = "0.4" nix = { version = "0.27.1", features = ["time", "user"] } Loading system/gd/rust/topshim/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ bt_common = { path = "../common" } topshim_macros = { path = "macros" } cxx = "1.0" grpcio = { version = "0.13.0", default-features = false, features = ["protobufv3-codec", "openssl"] } lazy_static = "1.4" log = "0.4" num-derive = "0.3" Loading system/rust/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -24,20 +24,20 @@ bt_common = { path = "../gd/rust/common", default-features = false } # External dependencies # Note: source-of-truth is Android.bp, these are mirrored solely for IDE convenience anyhow = "1.0" bitflags = "1.3.2" bitflags = "2.5.0" log = "*" cxx = "*" android_logger = "*" jni = "*" paste = "*" async-trait = "*" pdl-runtime = "0.2.2" pdl-runtime = "0.3.0" tokio-test = "0.4.2" tokio = { version = "1.23.0", features = ["macros"] } scopeguard = "1.1.0" [build-dependencies] pdl-compiler = "0.2.2" pdl-compiler = "0.3.0" [lib] crate-type = ["rlib"] Loading Loading
system/gd/rust/common/Cargo.toml +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ edition = "2018" cxx = "1.0" env_logger = "0.8" futures = "0.3.13" grpcio = { version = "0.13.0", default-features = false, features = ["protobufv3-codec", "openssl"] } lazy_static = "1.4" log = "0.4" nix = { version = "0.27.1", features = ["time", "user"] } Loading
system/gd/rust/topshim/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ bt_common = { path = "../common" } topshim_macros = { path = "macros" } cxx = "1.0" grpcio = { version = "0.13.0", default-features = false, features = ["protobufv3-codec", "openssl"] } lazy_static = "1.4" log = "0.4" num-derive = "0.3" Loading
system/rust/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -24,20 +24,20 @@ bt_common = { path = "../gd/rust/common", default-features = false } # External dependencies # Note: source-of-truth is Android.bp, these are mirrored solely for IDE convenience anyhow = "1.0" bitflags = "1.3.2" bitflags = "2.5.0" log = "*" cxx = "*" android_logger = "*" jni = "*" paste = "*" async-trait = "*" pdl-runtime = "0.2.2" pdl-runtime = "0.3.0" tokio-test = "0.4.2" tokio = { version = "1.23.0", features = ["macros"] } scopeguard = "1.1.0" [build-dependencies] pdl-compiler = "0.2.2" pdl-compiler = "0.3.0" [lib] crate-type = ["rlib"] Loading