mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-11-03 21:24:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			422 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			422 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "ruff_python_stdlib"
 | 
						|
version = "0.0.0"
 | 
						|
publish = false
 | 
						|
authors = { workspace = true }
 | 
						|
edition = { workspace = true }
 | 
						|
rust-version = { workspace = true }
 | 
						|
homepage = { workspace = true }
 | 
						|
documentation = { workspace = true }
 | 
						|
repository = { workspace = true }
 | 
						|
license = { workspace = true }
 | 
						|
 | 
						|
[lib]
 | 
						|
 | 
						|
[dependencies]
 | 
						|
bitflags = { workspace = true }
 | 
						|
unicode-ident = { workspace = true }
 | 
						|
 | 
						|
[lints]
 | 
						|
workspace = true
 |