blob: 9f2ffa7855181dbc311fc2eef5aa50ccf07eee95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "iosonism"
version = "0.1.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "MIT"
license-file = "COPYRIGHT"
description = "An advanced command parser"
edition = "2021"
repository = "https://soniex2.autistic.space/git-repos/iosonism.git"
readme = "README.md"
publish = false # for now
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
|