more movement

This commit is contained in:
nora 2024-04-15 20:26:55 +02:00
parent 7e479e7a28
commit 991642b90d
4 changed files with 100 additions and 101 deletions

View file

@ -3,8 +3,7 @@ use std::collections::HashMap;
use terustform::{
datasource::{self, DataSource},
provider::Provider,
values::Value,
AttrPath, DResult, StringValue, ValueModel,
AttrPath, DResult, StringValue, Value, ValueModel,
};
#[tokio::main]