mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:08:31 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			302 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			302 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: invidious
 | 
						|
version: 0.16.0
 | 
						|
 | 
						|
authors:
 | 
						|
  - Omar Roth <omarroth@protonmail.com>
 | 
						|
 | 
						|
targets:
 | 
						|
  invidious:
 | 
						|
    main: src/invidious.cr
 | 
						|
 | 
						|
dependencies:
 | 
						|
  kemal:
 | 
						|
    github: kemalcr/kemal
 | 
						|
  pg:
 | 
						|
    github: will/crystal-pg
 | 
						|
  sqlite3:
 | 
						|
    github: crystal-lang/crystal-sqlite3
 | 
						|
 | 
						|
crystal: 0.28.0
 | 
						|
 | 
						|
license: AGPLv3
 |