[go: up one dir, main page]

time 0.1.1

Utilities for working with time-related functions in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "time"
version = "0.1.1"
authors = ["The Rust Project Developers"]
build = "build.rs"
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/time"
repository = "https://github.com/rust-lang/time"
description = """
Utilities for working with time-related functions in Rust.
"""

[build-dependencies.gcc]
#git = "https://github.com/alexcrichton/gcc-rs"
version = "0.1.0"