mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
build: remove dotenvy
This commit is contained in:
parent
5376002177
commit
0d29a691c0
4 changed files with 6 additions and 16 deletions
|
|
@ -2,10 +2,13 @@
|
|||
name = "ckanaction"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
|
||||
repository = "https://github.com/dathere/ckanaction"
|
||||
keywords = ["ckan"]
|
||||
categories = ["api-bindings", "asynchronous"]
|
||||
|
||||
[dependencies]
|
||||
bon = "3.6.3"
|
||||
dotenvy = "0.15.7"
|
||||
reqwest = { version = "0.12.15", features = ["json", "multipart", "stream"] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue