12 lines
240 B
TOML
12 lines
240 B
TOML
[package]
|
|
name = "algem"
|
|
version = "0.1.0"
|
|
authors = ["Mark <alnyan@airmail.cc>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
native-tls = "*"
|
|
url = "*"
|