diff options
| author | Andreas Grois <andi@grois.info> | 2021-12-10 23:35:20 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-12-10 23:43:09 +0100 |
| commit | b6f6844ca7a83901d5558e58a33bf8e0b249e88d (patch) | |
| tree | 9bcb954187dd26bca803f23509fe308f84679e2c /Cargo.toml | |
| parent | a44b61973170a7a63a6d674b2eb0ac8dbb75fa60 (diff) | |
boxed_array_ringbuffer initial commit
It's working, but crate level documentation is still lacking.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8f0944e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "boxed_array_ringbuffer" +version = "0.1.0" +edition = "2021" + +[dependencies] |
