algem/Cargo.toml

13 lines
250 B
TOML
Raw Normal View History

2021-03-16 17:04:30 +02:00
[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 = "*"
2021-03-16 22:02:31 +02:00
log = "*"