first commit

This commit is contained in:
Florian RICHER 2024-09-30 22:56:08 +02:00
commit 2d40952aab
5 changed files with 308 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "drm_test"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
drm = "0.14.0"