Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganDark committed Dec 12, 2022
1 parent f27bfef commit 4a9c79e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
[package]
name = 'getargs-os'
version = '0.1.0'
authors = [
'LoganDark <contact@logandark.mozmail.com>',
'Cuteness! <contact@logandark.mozmail.com>' # We think cuteness contributed code here
]
edition = '2021'

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
rust-version = '1.56'
description = 'Provides a way for `getargs` to parse OS strings'
documentation = 'https://docs.rs/getargs-os'
readme = './README.md'
homepage = 'https://github.com/LoganDark/getargs-os'
repository = 'https://github.com/LoganDark/getargs-os'
license = 'MIT'
license-file = './LICENSE.md'
keywords = ['getargs', 'argv', 'arg', 'argument', 'parser']
categories = ['command-line-interface', 'rust-patterns']
exclude = ['.idea']

[dependencies]
getargs = '~0.5.0'
Expand Down

0 comments on commit 4a9c79e

Please sign in to comment.