[package] name = "license-api-rs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = { version = "1.12.0", features = ["attributes"] } jealousy = { version = "0.1.5", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] } serde_yaml = "0.9.25" tide = "0.16.0"