fix(grid-agent): move setup into YAML preferences (#135)
This commit is contained in:
@@ -2,7 +2,7 @@ use std::collections::BTreeSet;
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
const ALLOWED_DEPENDENCIES: [&str; 17] = [
|
||||
const ALLOWED_DEPENDENCIES: [&str; 18] = [
|
||||
"base64",
|
||||
"crossterm",
|
||||
"libremetaverse",
|
||||
@@ -15,6 +15,7 @@ const ALLOWED_DEPENDENCIES: [&str; 17] = [
|
||||
"rustls",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml_ng",
|
||||
"sha2",
|
||||
"tokio",
|
||||
"tokio-rustls",
|
||||
|
||||
Reference in New Issue
Block a user