File: Cargo.lock

package info (click to toggle)
rust-pct-str 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 156 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pct-str"
version = "3.0.1"
dependencies = [
 "utf8-decode",
]

[[package]]
name = "utf8-decode"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7932c10aa1600e9ddee027024aa9c0d397a103478253bf3fd6cea6dd03161b8a"