blob: db7c7e8873ee01e841ed42b12fb5e227c6b89b29 [file] [log] [blame]
import("//build/rust/rustc_library.gni")
rustc_library("cobalt-client") {
name = "cobalt_client"
edition = "2018"
version = "0.1.0"
with_unit_tests = true
}
group("tests") {
testonly = true
deps = [
":cobalt-client_test_build",
]
}