11 lines
269 B
TOML
11 lines
269 B
TOML
[package]
|
|
name = "starfig"
|
|
version = "0.2.0"
|
|
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"
|