mirror of
https://github.com/Phundrak/appwrite.el.git
synced 2025-05-09 18:24:57 +00:00
Two public API functions already available: - appwrite-storage-create-bucket - appwrite-storage-delete-bucket
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
(package "appwrite"
|
|
"0.1.0"
|
|
"Appwrite server SDK for Emacs")
|
|
|
|
(website-url "https://github.com/Phundrak/appwrite.el")
|
|
(keywords "database" "emacs-lisp")
|
|
|
|
(package-file "appwrite.el")
|
|
|
|
(source "gnu")
|
|
|
|
(depends-on "emacs" "26.1")
|