Skip to content

Commit 46bd70b

Browse files
Updates to Cargo file for publishing
1 parent 618e05a commit 46bd70b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Cargo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
[package]
22
name = "signal"
33
version = "0.1.0"
4-
authors = ["Michael Micucci <[email protected]>"]
4+
authors = ["Michael Micucci <[email protected]>"]
5+
description = "Library to handle and send system signals"
6+
repository = "http://github.com/kitsuneninetails/signal-rust"
7+
license = "MIT"
8+
readme = "README.md"
9+
keywords = ["signal", "kill", "signal-handling"]
10+
511

612
[dependencies]
7-
libc = "*"
13+
libc = "0.2"
814

915
[dev-dependencies]
10-
lazy_static = "*"
16+
lazy_static = "1.2"

0 commit comments

Comments
 (0)