mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	This commit (tries to) remove all code for synchronyzing to a music metadata server. Because the intended use cases of the application have shifted over time, this isn't a central feature anymore. However, it may well be decided to reintroduce the functionality at some point in the future.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			500 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			500 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "musicus_backend"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| [dependencies]
 | |
| fragile = "1.0.0"
 | |
| gio = "0.14.0"
 | |
| glib = "0.14.0"
 | |
| gstreamer = "0.17.0"
 | |
| gstreamer-player = "0.17.0"
 | |
| log = { version = "0.4.14", features = ["std"] }
 | |
| musicus_database = { version = "0.1.0", path = "../database" }
 | |
| musicus_import = { version = "0.1.0", path = "../import" }
 | |
| thiserror = "1.0.23"
 | |
| tokio = { version = "1.4.0", features = ["sync"] }
 | |
| 
 | |
| [target.'cfg(target_os = "linux")'.dependencies]
 | |
| mpris-player = "0.6.0"
 |