add deps.edn and fix namespace
This commit is contained in:
parent
9907fed567
commit
748b21d358
2 changed files with 3 additions and 1 deletions
2
deps.edn
Normal file
2
deps.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{:paths ["src"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.12.1"}}}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(ns gum-utils.core
|
||||
(ns com.travisshears.gum-utils
|
||||
(:require
|
||||
[clojure.string :as str]
|
||||
[babashka.process :refer [shell]]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue