summaryrefslogblamecommitdiffstats
path: root/cli/Cargo.toml
blob: 90192684f120f63b293c314e5b2605fcf191404d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                
[package]
name = "faktura"
version = "0.1.0"
edition = "2021"

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

[dependencies]
serde = { version = "1.0", features = ["derive"] }
ureq = { version = "2.9.6", features = ["json", "native-certs"] }