Skip to content

Commit

Permalink
docs: improve layout
Browse files Browse the repository at this point in the history
Also add description to crates for publishing.
  • Loading branch information
ifiokjr committed Aug 25, 2024
1 parent 471d359 commit 26a42d4
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 112 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 42 additions & 42 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,55 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.0.0"
version = "0.1.0"
authors = ["Ifiok Jr. <[email protected]>"]
edition = "2021"
homepage = "https://edgedb.com"
license = "Unlicense"
repository = "https://github.com/ifiokjr/edgedb_codegen"
rust-version = "1.71.0"

[workspace.dependencies]
assert2 = "0.3"
bigdecimal = "0.4"
bytes = "1"
check_keyword = "0.3"
chrono = "0.4"
document-features = "0.2"
edgedb-derive = "0.5"
edgedb-errors = "0.4"
edgedb-protocol = "0.6"
edgedb-tokio = "0.5.1"
heck = "0.5"
insta = "1"
log = "0.4"
num-bigint = "0.4"
num-traits = "0.2"
proc-macro2 = "1"
quote = "1"
rstest = "0.22"
rustversion = "1"
serde = "1"
serde_bytes = "0.11"
syn = "2"
test-log = "0.2"
thiserror = "1"
tokio = "1"
trybuild = "1"
typed-builder = "0.20"
uuid = "1"

# crates
edgedb_codegen = { path = "./crates/edgedb_codegen", version = "0.1.0" }
edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.1.0" }
edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.1.0" }

[workspace.metadata.bin]
cargo-insta = { version = "1.39.0" }
cargo-llvm-cov = { version = "0.6.10" }
cargo-mutants = { version = "24.7.0" }
cargo-nextest = { version = "0.9.72" }

[workspace.lints.rust]
# Group lints
rust_2021_compatibility = { level = "warn", priority = -1 }
Expand Down Expand Up @@ -53,44 +94,3 @@ tabs-in-doc-comments = "allow"
too_many_lines = "allow"
wildcard_dependencies = "deny"
wildcard_imports = "allow"

[workspace.dependencies]
assert2 = "0.3"
bigdecimal = "0.4"
bytes = "1"
check_keyword = "0.3"
chrono = "0.4"
document-features = "0.2"
edgedb-derive = "0.5"
edgedb-errors = "0.4"
edgedb-protocol = "0.6"
edgedb-tokio = "0.5.1"
heck = "0.5"
insta = "1"
log = "0.4"
num-bigint = "0.4"
num-traits = "0.2"
proc-macro2 = "1"
quote = "1"
rstest = "0.22"
rustversion = "1"
serde = "1"
serde_bytes = "0.11"
syn = "2"
test-log = "0.2"
thiserror = "1"
tokio = "1"
trybuild = "1"
typed-builder = "0.20"
uuid = "1"

# crates
edgedb_codegen = { path = "./crates/edgedb_codegen", version = "0.0.0" }
edgedb_codegen_core = { path = "./crates/edgedb_codegen_core", version = "0.0.0" }
edgedb_codegen_macros = { path = "./crates/edgedb_codegen_macros", version = "0.0.0" }

[workspace.metadata.bin]
cargo-insta = { version = "1.39.0" }
cargo-llvm-cov = { version = "0.6.10" }
cargo-mutants = { version = "24.7.0" }
cargo-nextest = { version = "0.9.72" }
Loading

0 comments on commit 26a42d4

Please sign in to comment.