mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 12:48:29 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			575 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			575 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: invidious
 | |
| version: 0.20.1
 | |
| 
 | |
| authors:
 | |
|   - Omar Roth <omarroth@protonmail.com>
 | |
|   - Invidous team
 | |
| 
 | |
| targets:
 | |
|   invidious:
 | |
|     main: src/invidious.cr
 | |
| 
 | |
| dependencies:
 | |
|   pg:
 | |
|     github: will/crystal-pg
 | |
|     version: ~> 0.22.1
 | |
|   sqlite3:
 | |
|     github: crystal-lang/crystal-sqlite3
 | |
|     version: ~> 0.17.0
 | |
|   kemal:
 | |
|     github: kemalcr/kemal
 | |
|     version: ~> 0.27.0
 | |
|   pool:
 | |
|     github: ysbaddaden/pool
 | |
|     version: ~> 0.2.3
 | |
|   protodec:
 | |
|     github: omarroth/protodec
 | |
|     version: ~> 0.1.3
 | |
|   lsquic:
 | |
|     github: iv-org/lsquic.cr
 | |
|     version: ~> 2.18.1-1
 | |
| 
 | |
| crystal: 0.35.1
 | |
| 
 | |
| license: AGPLv3
 |