forked from libre-chip/fayalite
prep for eventual publishing
This commit is contained in:
parent
109dda21ce
commit
6a5f1b8af1
15 changed files with 98 additions and 38 deletions
|
@ -2,17 +2,22 @@
|
|||
# See Notices.txt for copyright information
|
||||
[package]
|
||||
name = "fayalite-visit-gen"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
workspace = "../.."
|
||||
license = "LGPL-3.0-or-later"
|
||||
description = "an implementation detail of fayalite -- Visit/Fold implementation generator"
|
||||
categories.workspace = true
|
||||
edition.workspace = true
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
prettyplease = "0.2.20"
|
||||
proc-macro2 = "1.0.83"
|
||||
quote = "1.0.36"
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
serde_json = { version = "1.0.117", features = ["preserve_order"] }
|
||||
syn = { version = "2.0.66", features = ["full", "extra-traits"] }
|
||||
thiserror = "1.0.61"
|
||||
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 }
|
||||
|
|
1
crates/fayalite-visit-gen/LICENSE.md
Symbolic link
1
crates/fayalite-visit-gen/LICENSE.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../LICENSE.md
|
1
crates/fayalite-visit-gen/Notices.txt
Symbolic link
1
crates/fayalite-visit-gen/Notices.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../Notices.txt
|
Loading…
Add table
Add a link
Reference in a new issue