You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
469 B

[package]
name = "sshn-lib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.38"
graphql_client = "0.14.0"
reqwest = { version = "0.12.3", features = ["json"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_urlencoded = "0.7.1"
thiserror = "1.0.58"
[dev-dependencies]
dotenv = "0.15.0"
tokio = { version = "1.37.0", features = ["full"] }