blob: 6ff7d3e60c37858be818b6f03bf215d621dd9090 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
group("encoding") {
deps = [ "rust" ]
}
group("tests") {
testonly = true
deps = [ "rust:tests" ]
}