Skip to content

Commit

Permalink
license BSD 3-Clause & bump vesions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Mar 12, 2023
1 parent 4360b76 commit 69d9308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fork"
version = "0.1.20"
version = "0.1.21"
authors = ["Nicolas Embriz <[email protected]>"]
description = "Library for creating a new process detached from the controlling terminal (daemon)"
documentation = "https://docs.rs/fork/latest/fork/"
Expand All @@ -9,11 +9,11 @@ repository = "https://github.com/immortal/fork"
readme = "README.md"
keywords = ["fork", "setsid", "daemon", "process", "daemonize"]
categories = ["command-line-utilities", "os"]
license-file = "BSD-3-Clause"
license = "BSD-3-Clause"
edition = "2018"

[badges]
travis-ci = { repository = "immortal/fork", branch = "master" }

[dependencies]
libc = "0.2.132"
libc = "0.2.140"

0 comments on commit 69d9308

Please sign in to comment.