forked from h4llow3En/mac-notification-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (21 loc) · 760 Bytes
/
Cargo.toml
File metadata and controls
27 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "mac-notification-sys"
version = "0.6.4"
authors = ["Felix Döring <development@felixdoering.com>", "Hendrik Sollich <hendrik@hoodie.de>"]
description = "Thin wrapper around macOS Notifications."
edition = "2018"
rust-version = "1.56"
homepage = "https://github.com/h4llow3En/mac-notification-sys"
repository = "https://github.com/h4llow3En/mac-notification-sys"
documentation = "https://h4llow3en.github.io/mac-notification-sys/mac_notification_sys/"
license = "MIT"
keywords = ["notification", "masOS", "osx", "notify"]
readme = "README.md"
include = ["Cargo.toml", "build.rs", "objc/*", "src/*.rs", "tests/*.rs"]
build = "build.rs"
[dependencies]
objc2-foundation = "0.3"
objc2 = "0.6"
time = "0.3"
[build-dependencies]
cc = "1.0.17"