Added dependency on peco, for tokenisation.
This commit is contained in:
		
							parent
							
								
									f2fc1acc80
								
							
						
					
					
						commit
						73549a5c90
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,9 +1,9 @@
 | 
				
			||||||
(defproject elboob "0.1.0-SNAPSHOT"
 | 
					(defproject cc.journeyman/elboob "0.1.0-SNAPSHOT"
 | 
				
			||||||
  :description "FIXME: write description"
 | 
					  :description "FIXME: write description"
 | 
				
			||||||
  :url "http://example.com/FIXME"
 | 
					  :url "http://example.com/FIXME"
 | 
				
			||||||
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
 | 
					  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
 | 
				
			||||||
            :url "https://www.eclipse.org/legal/epl-2.0/"}
 | 
					            :url "https://www.eclipse.org/legal/epl-2.0/"}
 | 
				
			||||||
  :dependencies [[org.clojure/clojure "1.11.1"]
 | 
					  :dependencies [[org.clojure/clojure "1.11.1"]
 | 
				
			||||||
                 [peco "0.1.6"]]
 | 
					                 [peco "0.1.6"]]
 | 
				
			||||||
  :repl-options {:init-ns elboob.core}
 | 
					  :repl-options {:init-ns cc.journeyman.elboob.core}
 | 
				
			||||||
  :source-paths      ["src/clj"])
 | 
					  :source-paths      ["src/clj"])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue