summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f583e6f68b0ae880ccca187d0b567f88df37b74f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "linked"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
curl = "0.4.44"
json = "0.12.4"