algem/Cargo.toml
2021-03-16 22:02:31 +02:00

13 lines
250 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 = "*"
log = "*"