From 0bf1717554ba8c5ed96108c0556a5584ee89ad90 Mon Sep 17 00:00:00 2001 From: Yuanxin Cao Date: Thu, 14 Nov 2024 11:35:34 -0500 Subject: [PATCH] add author --- optd-cost-model/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/optd-cost-model/Cargo.toml b/optd-cost-model/Cargo.toml index cb3285f..2ae0437 100644 --- a/optd-cost-model/Cargo.toml +++ b/optd-cost-model/Cargo.toml @@ -2,6 +2,7 @@ name = "optd-cost-model" version = "0.1.0" edition = "2021" +authors = ["Yuanxin Cao", "Lan Lou", "Kunle Li"] [dependencies] optd-persistent = { path = "../optd-persistent", version = "0.1" }