forked from libre-chip/fayalite
		
	clean up deps and move missed deps to workspace
This commit is contained in:
		
							parent
							
								
									28aad19bf5
								
							
						
					
					
						commit
						4ff01690a7
					
				
					 5 changed files with 32 additions and 29 deletions
				
			
		|  | @ -13,11 +13,11 @@ rust-version.workspace = true | |||
| version.workspace = true | ||||
| 
 | ||||
| [dependencies] | ||||
| base16ct = { workspace = true } | ||||
| num-bigint = { workspace = true } | ||||
| prettyplease = { workspace = true } | ||||
| proc-macro2 = { workspace = true } | ||||
| quote = { workspace = true } | ||||
| sha2 = { workspace = true } | ||||
| syn = { workspace = true } | ||||
| tempfile = { workspace = true } | ||||
| base16ct.workspace = true | ||||
| num-bigint.workspace = true | ||||
| prettyplease.workspace = true | ||||
| proc-macro2.workspace = true | ||||
| quote.workspace = true | ||||
| sha2.workspace = true | ||||
| syn.workspace = true | ||||
| tempfile.workspace = true | ||||
|  |  | |||
|  | @ -16,4 +16,4 @@ version.workspace = true | |||
| proc-macro = true | ||||
| 
 | ||||
| [dependencies] | ||||
| fayalite-proc-macros-impl = { workspace = true } | ||||
| fayalite-proc-macros-impl.workspace = true | ||||
|  |  | |||
|  | @ -13,11 +13,11 @@ rust-version.workspace = true | |||
| version.workspace = true | ||||
| 
 | ||||
| [dependencies] | ||||
| indexmap = { workspace = true } | ||||
| prettyplease = { workspace = true } | ||||
| proc-macro2 = { workspace = true } | ||||
| quote = { workspace = true } | ||||
| serde = { workspace = true } | ||||
| serde_json = { workspace = true } | ||||
| syn = { workspace = true } | ||||
| thiserror = { workspace = true } | ||||
| indexmap.workspace = true | ||||
| prettyplease.workspace = true | ||||
| proc-macro2.workspace = true | ||||
| quote.workspace = true | ||||
| serde.workspace = true | ||||
| serde_json.workspace = true | ||||
| syn.workspace = true | ||||
| thiserror.workspace = true | ||||
|  |  | |||
|  | @ -14,22 +14,22 @@ rust-version.workspace = true | |||
| version.workspace = true | ||||
| 
 | ||||
| [dependencies] | ||||
| bitvec = { workspace = true } | ||||
| hashbrown = { workspace = true } | ||||
| num-bigint = { workspace = true } | ||||
| num-traits = { workspace = true } | ||||
| fayalite-proc-macros = { workspace = true } | ||||
| serde = { workspace = true } | ||||
| serde_json = { workspace = true } | ||||
| clap = { version = "4.5.9", features = ["derive", "env"] } | ||||
| eyre = "0.6.12" | ||||
| which = "6.0.1" | ||||
| bitvec.workspace = true | ||||
| clap.workspace = true | ||||
| eyre.workspace = true | ||||
| fayalite-proc-macros.workspace = true | ||||
| hashbrown.workspace = true | ||||
| num-bigint.workspace = true | ||||
| num-traits.workspace = true | ||||
| serde_json.workspace = true | ||||
| serde.workspace = true | ||||
| which.workspace = true | ||||
| 
 | ||||
| [dev-dependencies] | ||||
| trybuild = { workspace = true } | ||||
| trybuild.workspace = true | ||||
| 
 | ||||
| [build-dependencies] | ||||
| fayalite-visit-gen = { workspace = true } | ||||
| fayalite-visit-gen.workspace = true | ||||
| 
 | ||||
| [features] | ||||
| unstable-doc = [] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue