prep for eventual publishing

This commit is contained in:
Jacob Lifshay 2024-07-11 22:39:00 -07:00
parent 109dda21ce
commit 6a5f1b8af1
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
15 changed files with 98 additions and 38 deletions

View file

@ -2,22 +2,28 @@
# See Notices.txt for copyright information
[package]
name = "fayalite"
version = "0.1.0"
edition = "2021"
description = "Hardware Description Language embedded in Rust, using FIRRTL's semantics"
workspace = "../.."
license = "LGPL-3.0-or-later"
readme = "README.md"
categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
bitvec = { version = "1.0.1", features = ["serde"] }
hashbrown = "0.14.3"
num-bigint = "0.4.4"
num-traits = "0.2.16"
fayalite-proc-macros = { version = "=0.1.0", path = "../fayalite-proc-macros" }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
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 }
[dev-dependencies]
trybuild = "1.0"
trybuild = { workspace = true }
[build-dependencies]
fayalite-visit-gen = { version = "=0.1.0", path = "../fayalite-visit-gen" }
fayalite-visit-gen = { workspace = true }

1
crates/fayalite/LICENSE.md Symbolic link
View file

@ -0,0 +1 @@
../../LICENSE.md

1
crates/fayalite/Notices.txt Symbolic link
View file

@ -0,0 +1 @@
../../Notices.txt

1
crates/fayalite/README.md Symbolic link
View file

@ -0,0 +1 @@
../../README.md