dao-governance-framework/semantic-scholar-client/Cargo.toml

18 lines
514 B
TOML
Raw Normal View History

[package]
name = "semantic-scholar-client"
version = "0.1.0"
edition = "2021"
2024-04-04 11:56:58 -05:00
default-run = "import"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-recursion = "1.0.0"
clap = { version = "3.2.11", features = ["derive"] }
2024-04-04 11:56:58 -05:00
dotenv = "0.15.0"
2022-11-07 17:31:37 -06:00
mongodb = "2.2.2"
reqwest = { version = "0.11.11", features = ["json"] }
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.82"
tokio = { version = "1.20.0", features = ["full"] }