aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a304d73e46928d9dfde8a7929c2f62e558ab7625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cosmos"
description = "Completely Open Source Management Of Systems"
version = "0.1.0"
authors = ["Galen Guyer <galen@galenguyer.com>"]
license = "Apache-2.0"
repository = "https://github.com/galenguyer/cosmos"
readme = "README.md"
edition = "2021"

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

[dependencies]