Skip to content

Commit

Permalink
Create Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn authored Jan 21, 2023
1 parent 50a5d95 commit 20cf7a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "is-docker"
description = "Checks if the process is running inside a Docker container."
version = "0.1.0"
authors = ["Sean Larkin <TheLarkInn@users.noreply.github.com>"]
repository = "https://github.com/TheLarkInn/is-docker"
license = "MIT"
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 comments on commit 20cf7a7

Please sign in to comment.