summaryrefslogblamecommitdiffstats
path: root/cli/Cargo.toml
blob: be0f14d902c8d23725b36b5e464914c1e7ad6406 (plain) (tree)
1
2
3
4
5




                                                      









                                                                                                
# SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
# SPDX-FileCopyrightText: 2024 Harald Eilertsen
#
# SPDX-License-Identifier: CC0-1.0

[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"] }