initial commit
This commit is contained in:
7
exercises/07_threads/05_channels/Cargo.toml
Normal file
7
exercises/07_threads/05_channels/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "channels"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ticket_fields = { path = "../../../helpers/ticket_fields" }
|
||||
Reference in New Issue
Block a user