加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Crichton 提交于 2015-11-09 09:44 . Bump to 0.1.34
[package]
name = "time"
version = "0.1.34"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/time"
repository = "https://github.com/rust-lang/time"
documentation = "https://doc.rust-lang.org/time"
description = """
Utilities for working with time-related functions in Rust.
"""
[dependencies]
libc = "0.2.1"
winapi = "0.2.0"
kernel32-sys = "0.2.0"
rustc-serialize = { version = "0.3", optional = true }
[dev-dependencies]
log = "0.3"
advapi32-sys = "0.1.2"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化