Skip to content

Commit 514cc58

Browse files
committed
[project] Initial commit
Closes #196
1 parent 92d3a99 commit 514cc58

File tree

3 files changed

+498
-0
lines changed

3 files changed

+498
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ __internal_use_only_features_that_work_on_stable = ["alloc", "simd"]
4141

4242
[dependencies]
4343
zerocopy-derive = { version = "=0.7.0-alpha.5", path = "zerocopy-derive" }
44+
project = { version = "0.1.0", path = "project" }
4445

4546
[dependencies.byteorder]
4647
version = "1.3"

project/Cargo.toml

+7
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)