aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 8d7b96e82c8e6e7cbd3426728268bdb593f33232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "terminal-size"
description:
    "Gets the size of your Linux or Windows terminal"

third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/terminal_size"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/terminal_size/terminal_size-0.1.17.crate"
  }
  version: "0.1.17."
  last_upgrade_date { year: 2022 month: 4 day: 19 }
  # This crate has the Apache 2 license and the MIT license. We have chosen to use the
  # MIT license for use in Android. The Apache license file has been removed.
  license_type: NOTICE
}