1
0
Fork 0
spaceapi-tuerpie-nix/Cargo.toml

15 lines
441 B
TOML
Raw Normal View History

2023-04-21 17:10:17 +00:00
[package]
name = "pi"
2024-01-05 00:14:41 +00:00
version = "0.1.1"
2023-04-21 17:10:17 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
env_logger = "0.10.1"
log = "0.4.20"
2023-04-21 17:10:17 +00:00
rppal = "0.14.1"
spaceapi-dezentrale-client = { git = "https://github.com/dezentrale/spaceapi-rs.git", package = "spaceapi-dezentrale-client", branch = "main" }
2024-01-05 00:14:41 +00:00
tokio = { version = "1.35.1", features = ["macros"] }