Skip to content

Commit

Permalink
[project] Initial commit
Browse files Browse the repository at this point in the history
Closes #196
  • Loading branch information
joshlf committed Aug 23, 2023
1 parent 496ee17 commit b80ad6f
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ __internal_use_only_features_that_work_on_stable = ["alloc", "simd"]

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

[dependencies.byteorder]
version = "1.3"
Expand Down
7 changes: 7 additions & 0 deletions project/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "project"
version = "0.1.0"
edition = "2021"

[features]
cell = []
Loading

0 comments on commit b80ad6f

Please sign in to comment.