initial push
Some checks failed
CI/CD Pipeline / test (push) Failing after 5s

This commit is contained in:
2024-02-16 12:13:24 +01:00
commit 5dcc5a6e8d
7 changed files with 1197 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "a"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
risp = {git="ssh://git@git.hofer.link:2222/philipp/risp.git", version="0.1"}