add bincode support for serialization and deserialization implement directory decompression tests for decompression
		
			
				
	
	
		
			16 lines
		
	
	
		
			336 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			336 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| environments:
 | |
|   - name: APP_NAME
 | |
|     value: actix-injectio-from-base-package
 | |
|   - name: PORT
 | |
|     value: 8080
 | |
| child_processes:
 | |
|   - path: /bin/actix-app-info
 | |
|     arguments: []
 | |
|     restart:
 | |
|       max_retries: 2
 | |
|       delay_seconds: 2
 | |
|       policy: !OnNonZeroExit true
 | |
| filesystems:
 | |
|   - path: /bin/actix-app-info
 | |
|     content: !path "./tests"
 |