mirror of
				https://git.proxmox.com/git/proxmox
				synced 2025-11-03 23:52:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			348 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			348 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "proxmox-sortable-macro"
 | 
						|
version = "0.1.3"
 | 
						|
authors.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
license.workspace = true
 | 
						|
repository.workspace = true
 | 
						|
description = "Proxmox sortable macro"
 | 
						|
 | 
						|
exclude.workspace = true
 | 
						|
 | 
						|
[lib]
 | 
						|
proc-macro = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
proc-macro2.workspace = true
 | 
						|
quote.workspace = true
 | 
						|
syn = { workspace = true }
 |