[package] name = "eduapi-port" version = "0.1.0" edition = "2021" authors = ["Matus Mastena "] description = "A library for unofficial API for EduPage." readme = "readme.md" repository = "https://git.guymatus.tech/TenTypekMatus/eduapi.rs" license = "MPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" assert_cmd = { version = "2.0.12", features = ["color-auto"] } async-curl = { version = "0.1.6", features = ["multi"] } nix = { version = "0.27.1", features = ["fs", "aio"] }