blob: 4621d2966ffb9f7851a9f1cfda75b44142639756 [file] [log] [blame]
# Copyright 2018 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.
import("//build/rust/rustc_library.gni")
rustc_library("term-model") {
name = "term_model"
version = "0.1.0"
edition = "2015"
deps = [
"//third_party/rust-crates/rustc_deps:base64",
"//third_party/rust-crates/rustc_deps:bitflags",
"//third_party/rust-crates/rustc_deps:log",
"//third_party/rust-crates/rustc_deps:unicode-width",
"//third_party/rust-crates/rustc_deps:vte",
]
}