We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a580fb3 commit 081c3cdCopy full SHA for 081c3cd
project.clj
@@ -1,4 +1,10 @@
1
(defproject io.github.manetu/lambda-sdk "0.0.2-SNAPSHOT"
2
+ :description "An SDK for developing Lambda functions for the Manetu Platform in ClojureScript"
3
+ :url "https://github.com/manetu/lambda-sdk-clj"
4
+ :license {:name "Apache License 2.0"
5
+ :url "https://www.apache.org/licenses/LICENSE-2.0"
6
+ :year 2023
7
+ :key "apache-2.0"}
8
:min-lein-version "2.9.0"
9
:dependencies [[org.clojure/clojure "1.11.2"]
10
[org.clojure/clojurescript "1.11.132"
0 commit comments