mirror of https://github.com/aya-rs/aya
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			672 B
		
	
	
	
		
			TOML
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			672 B
		
	
	
	
		
			TOML
		
	
| [package]
 | |
| name = "xtask"
 | |
| version = "0.1.0"
 | |
| authors = ["Alessandro Decina <alessandro.d@gmail.com>"]
 | |
| edition = "2021"
 | |
| publish = false
 | |
| 
 | |
| [dependencies]
 | |
| anyhow = { workspace = true, features = ["std"] }
 | |
| aya-tool = { workspace = true }
 | |
| cargo_metadata = { workspace = true }
 | |
| clap = { workspace = true, features = ["derive"] }
 | |
| dialoguer = { workspace = true }
 | |
| diff = { workspace = true }
 | |
| indoc = { workspace = true }
 | |
| proc-macro2 = { workspace = true }
 | |
| public-api = { workspace = true }
 | |
| quote = { workspace = true }
 | |
| rustdoc-json = { workspace = true }
 | |
| rustup-toolchain = { workspace = true }
 | |
| syn = { workspace = true }
 | |
| tempfile = { workspace = true }
 | |
| which = { workspace = true }
 |