File: Cargo.toml.orig

package info (click to toggle)
rust-string-cache-shared 0.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 68 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "string_cache_shared"
version = "0.3.0"
authors = [ "The Servo Project Developers" ]
description = "Code share between string_cache and string_cache_codegen."
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/string-cache"

[lib]
path = "lib.rs"