Skip to content

Commit 555840a

Browse files
committed
Update mac_core for publish
1 parent 7d574de commit 555840a

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

crates/mac_core/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ name = "tectonic_mac_core"
55
license = "MIT"
66
version = "0.0.0-dev.0"
77
edition = "2021"
8+
description = """
9+
Exposing macOS framework APIs to the Tectonic Rust code.
10+
"""
11+
homepage = "https://tectonic-typesetting.github.io/"
12+
documentation = "https://docs.rs/tectonic_mac_core"
13+
repository = "https://github.com/tectonic-typesetting/tectonic/"
14+
readme = "README.md"
815

916
[dependencies]
1017
libc = "0.2"

crates/mac_core/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# The `tectonic_mac_core` create
2+
3+
This crate is part of
4+
[the Tectonic project](https://tectonic-typesetting.github.io/en-US/). It exposes
5+
macOS frameworks into Rust code in a safe manner.
6+
7+
[![](http://meritbadge.herokuapp.com/tectonic_mac_core)](https://crates.io/crates/tectonic_mac_core)
8+
9+
- [API documentation](https://docs.rs/tectonic_mac_core/).
10+
- [Main Git repository](https://github.com/tectonic-typesetting/tectonic/).

0 commit comments

Comments
 (0)