Skip to content

Commit 63ae053

Browse files
committed
[project] Initial commit
Closes #196
1 parent b7505f7 commit 63ae053

File tree

3 files changed

+518
-0
lines changed

3 files changed

+518
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ __internal_use_only_features_that_work_on_stable = ["alloc", "simd"]
5656

5757
[dependencies]
5858
zerocopy-derive = { version = "=0.7.0-alpha.5", path = "zerocopy-derive", optional = true }
59+
project = { version = "0.1.0", path = "project" }
5960

6061
[dependencies.byteorder]
6162
version = "1.3"

project/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "project"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[features]
7+
cell = []

0 commit comments

Comments
 (0)