Project setup

This commit is contained in:
Zachary Sunforge
2023-06-10 07:58:33 -07:00
parent 2ce1b46d75
commit b3b746ca64
2 changed files with 1 additions and 10 deletions

View File

@ -29,13 +29,6 @@ version = "0.1.*"
[workspace.dependencies.parity-scale-codec]
version = "3.5.*"
##### std #####
# Async
[workspace.dependencies.futures-lite]
version = "1.13.*"
[workspace.dependencies.async-io]
version = "1.13.*"
[package]
name = "physical"
description = "Physical is a library for interacting with the physical world."

View File

@ -12,5 +12,3 @@ license.workspace = true
[dependencies]
physical = { path = ".." }
tracing.workspace = true
futures-lite.workspace = true
async-io.workspace = true