Committing a set of basic rust examples.
This contains code and tests for several basic rust skills.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "example"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
description = "Just a small sample of Rust code."
|
||||
repository = "/myrddin/example"
|
||||
@ -11,3 +11,4 @@ license = "Apache-2.0"
|
||||
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.45.1", features = ["full", "test-util"] }
|
||||
|
Reference in New Issue
Block a user