10 lines
105 B
TOML
10 lines
105 B
TOML
|
|
[project]
|
|
name = "im_platform"
|
|
version = "1.0.0"
|
|
dependencies = [
|
|
"ahserver",
|
|
"cryptography",
|
|
"redis"
|
|
]
|