Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperDeon committed Aug 2, 2021
1 parent c20c047 commit c54d50f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[package]
name = "zeus"
name = "monal-zeus"
version = "1.0.0"
authors = ["EmperDeon <emperdeon@protonmail.com>"]
authors = ["Monal <admin@monal.tech>", "EmperDeon <emperdeon@protonmail.com>"]
edition = "2018"
description = "Utility application for setting up and deploying services"
homepage = "https://github.com/EmperDeon/zeus"
repository = "https://github.com/EmperDeon/zeus"
documentation = "https://github.com/EmperDeon/zeus"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
categories = ["command-line-utilities", "development-tools"]

[profile.release]
lto = true

[dependencies]
clap = "3.0.0-beta.2"
Expand Down

0 comments on commit c54d50f

Please sign in to comment.