Skip to content

Commit

Permalink
Initialize time-core crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Oct 11, 2022
1 parent e7d132a commit f7a3e55
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -2,6 +2,7 @@
default-members = ["time"]
members = [
"time",
"time-core",
"time-macros",
]
resolver = "2"
Expand Down
13 changes: 13 additions & 0 deletions time-core/Cargo.toml
@@ -0,0 +1,13 @@
[package]
name = "time-core"
version = "0.1.0"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.60.0"
repository = "https://github.com/time-rs/time"
keywords = ["date", "time", "calendar", "duration"]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
description = "This crate is an implementation detail and should not be relied upon directly."

[dependencies]
1 change: 1 addition & 0 deletions time-core/LICENSE-Apache
1 change: 1 addition & 0 deletions time-core/LICENSE-MIT
1 change: 1 addition & 0 deletions time-core/src/lib.rs
@@ -0,0 +1 @@

0 comments on commit f7a3e55

Please sign in to comment.