starfig/Cargo.toml

12 lines
269 B
TOML
Raw Normal View History

2022-03-12 22:01:47 +00:00
[package]
name = "starfig"
version = "0.2.0"
2022-03-12 22:01:47 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
packeteer = { version = "0.2.2", features = ["gemini"] }
native-tls = "0.2.8"
toml = "0.7.6"