mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 18:09:22 +00:00
12 lines
282 B
TOML
12 lines
282 B
TOML
[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"
|