Skip to content

Commit e29c86e

Browse files
committed
chore: release 0.0.1
1 parent 1483514 commit e29c86e

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

rust/examples/basic/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "basic"
33
version = "0.0.1"
44
edition = "2021"
5+
description = "Basic example for VBARE (Versioned Binary Application Record Encoding), an extension to BARE with versioned schema evolution"
6+
license = "MIT"
57

68
[lib]
79
name = "basic"

rust/vbare-compiler/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "vbare-compiler"
33
version.workspace = true
44
edition.workspace = true
5+
authors.workspace = true
6+
license.workspace = true
7+
description = "Compile-time code generation for VBARE (Versioned Binary Application Record Encoding), an extension to BARE with versioned schema evolution"
58

69
[dependencies]
710
vbare-gen = { path = "../vbare-gen" }

rust/vbare-gen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "vbare-gen"
33
version.workspace = true
44
authors.workspace = true
55
license.workspace = true
6+
description = "Code generator for VBARE (Versioned Binary Application Record Encoding), an extension to BARE with versioned schema evolution"
67
edition.workspace = true
78

89
[dependencies]

rust/vbare/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "vbare"
33
version.workspace = true
44
edition.workspace = true
5+
authors.workspace = true
6+
license.workspace = true
7+
description = "Runtime library for VBARE (Versioned Binary Application Record Encoding), an extension to BARE with versioned schema evolution"
58

69
[dependencies]
710
anyhow.workspace = true

0 commit comments

Comments
 (0)